Update version numbers in preparation for V8.2.0 release candidate 1.
diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/File-Related-CLI-commands.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/File-Related-CLI-commands.c
index 767e9d9..4c1950d 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/File-Related-CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/File-Related-CLI-commands.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/Sample-CLI-commands.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/Sample-CLI-commands.c
index fbf4bae..0bcba8b 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/Sample-CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/Sample-CLI-commands.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UARTCommandConsole.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UARTCommandConsole.c
index 20abde7..84a9966 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UARTCommandConsole.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UARTCommandConsole.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UDP-Related-CLI-commands.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UDP-Related-CLI-commands.c
index 6be8639..5cfec5b 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UDP-Related-CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UDP-Related-CLI-commands.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_FAT_SL_Demos/CreateExampleFiles/File-system-demo.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_FAT_SL_Demos/CreateExampleFiles/File-system-demo.c
index 7db2484..a2d5bcc 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_FAT_SL_Demos/CreateExampleFiles/File-system-demo.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_FAT_SL_Demos/CreateExampleFiles/File-system-demo.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c
index 31c4d46..074ad3c 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandInterpreter.h b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandInterpreter.h
index 1af477b..81fea74 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandInterpreter.h
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandInterpreter.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandServer.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandServer.c
index bcc805b..cedd243 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandServer.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/UDPCommandServer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c
index 62926e0..692c2eb 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h
index c358eed..33871d4 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c
index 070c897..37403ce 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h
index 7954e95..adadc3c 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c
index 51b7668..9422078 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
index ab48663..b75733b 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c
index b9f2693..7853889 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c
index b9164fa..dcbf735 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c
index d0491c4..7e70c5d 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
index de74d4b..af7c72c 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
index 029bf61..edf0da7 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
index e588e3e..e56045f 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
index cd9a16e..3c21791 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h
index f96c75b..a11c433 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-Releated-CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-Releated-CLI-commands.c
index aa9cbaa..6f5a1c1 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-Releated-CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-Releated-CLI-commands.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-system-demo.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-system-demo.c
index 491c963..11f7393 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-system-demo.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/File-system-demo.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/Run-time-stats-utils.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/Run-time-stats-utils.c
index c3cbe0a..ec7a308 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/Run-time-stats-utils.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/Run-time-stats-utils.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/Sample-CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/Sample-CLI-commands.c
index 1e1952b..26d8493 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/Sample-CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/Sample-CLI-commands.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/UDPCommandServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/UDPCommandServer.c
index 98aabad..ac71fc2 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/UDPCommandServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/UDPCommandServer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c
index 02b0afc..0a37aaf 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c
index 31c4d46..074ad3c 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/USB_CDC/CDCCommandConsole.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/USB_CDC/CDCCommandConsole.c
index 815e0be..776b1ac 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/USB_CDC/CDCCommandConsole.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/USB_CDC/CDCCommandConsole.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h
index 1311652..6076fc8 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h
index c358eed..33871d4 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
index 388c2a2..ba5f764 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c
index 6c01742..91e0e56 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
index 4b70c97..ab9f116 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c
index c669e85..e0591dc 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c
index 0cd9c17..7193cf8 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c
index f8cabb2..fe31c46 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c
index 11f1027..0d9f9a3 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h
index 62c862f..dbb1cc1 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h
index 46b77c7..620fcaa 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h
index 1af477b..81fea74 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
index c3ffdf9..24831fb 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c
index d6c03bb..d65c522 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c
index b7cdf23..6109f8a 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h
index 2ceb241..e42c689 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c
index c609606..ddf0395 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPortFreeRTOS.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPortFreeRTOS.h
new file mode 100644
index 0000000..a3d8b2f
--- /dev/null
+++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPortFreeRTOS.h
@@ -0,0 +1,1023 @@
+/*******************************************************************************

+ * Tracealyzer v2.7.0 Recorder Library

+ * Percepio AB, www.percepio.com

+ *

+ * trcKernelPortFreeRTOS.h

+ *

+ * Kernel-specific functionality for FreeRTOS, used by the recorder library.

+ *

+ * Terms of Use

+ * This software is copyright Percepio AB. The recorder library is free for

+ * use together with Percepio products. You may distribute the recorder library

+ * in its original form, including modifications in trcHardwarePort.c/.h

+ * given that these modification are clearly marked as your own modifications

+ * and documented in the initial comment section of these source files.

+ * This software is the intellectual property of Percepio AB and may not be

+ * sold or in other ways commercially redistributed without explicit written

+ * permission by Percepio AB.

+ *

+ * Disclaimer

+ * The trace tool and recorder library is being delivered to you AS IS and

+ * Percepio AB makes no warranty as to its use or performance. Percepio AB does

+ * not and cannot warrant the performance or results you may obtain by using the

+ * software or documentation. Percepio AB make no warranties, express or

+ * implied, as to noninfringement of third party rights, merchantability, or

+ * fitness for any particular purpose. In no event will Percepio AB, its

+ * technology partners, or distributors be liable to you for any consequential,

+ * incidental or special damages, including any lost profits or lost savings,

+ * even if a representative of Percepio AB has been advised of the possibility

+ * of such damages, or for any claim by any third party. Some jurisdictions do

+ * not allow the exclusion or limitation of incidental, consequential or special

+ * damages, or the exclusion of implied warranties or limitations on how long an

+ * implied warranty may last, so the above limitations may not apply to you.

+ *

+ * Tabs are used for indent in this file (1 tab = 4 spaces)

+ *

+ * Copyright Percepio AB, 2014.

+ * www.percepio.com

+ ******************************************************************************/

+

+

+#ifndef TRCKERNELPORTFREERTOS_H

+#define TRCKERNELPORTFREERTOS_H

+

+#include "FreeRTOS.h"	/* Defines configUSE_TRACE_FACILITY */

+#include "trcHardwarePort.h"

+

+extern int uiInEventGroupSetBitsFromISR;

+

+#define USE_TRACEALYZER_RECORDER configUSE_TRACE_FACILITY

+

+#if (USE_TRACEALYZER_RECORDER == 1)

+

+/* Defines that must be set for the recorder to work properly */

+#define TRACE_KERNEL_VERSION 0x1AA1

+#define TRACE_TICK_RATE_HZ configTICK_RATE_HZ /* Defined in "FreeRTOS.h" */

+#define TRACE_CPU_CLOCK_HZ configCPU_CLOCK_HZ /* Defined in "FreeRTOSConfig.h" */

+

+#if (SELECTED_PORT == PORT_ARM_CortexM)

+	

+	#include "board.h" // Uses CMSIS API

+	

+	#define TRACE_SR_ALLOC_CRITICAL_SECTION() int __irq_status;

+	#define TRACE_ENTER_CRITICAL_SECTION() {__irq_status = __get_PRIMASK(); __set_PRIMASK(1);}

+	#define TRACE_EXIT_CRITICAL_SECTION() {__set_PRIMASK(__irq_status);}

+	

+#endif 

+

+#if ((SELECTED_PORT == PORT_ARM_CORTEX_A9) || (SELECTED_PORT == PORT_Renesas_RX600) || (SELECTED_PORT == PORT_MICROCHIP_PIC32MX) || (SELECTED_PORT == PORT_MICROCHIP_PIC32MZ))

+	#define TRACE_SR_ALLOC_CRITICAL_SECTION() int __irq_status;

+	#define TRACE_ENTER_CRITICAL_SECTION() {__irq_status = portSET_INTERRUPT_MASK_FROM_ISR();}

+	#define TRACE_EXIT_CRITICAL_SECTION() {portCLEAR_INTERRUPT_MASK_FROM_ISR(__irq_status);}

+#endif

+

+#ifndef TRACE_ENTER_CRITICAL_SECTION

+	#error "This port has no valid definition for critical sections! See http://percepio.com/2014/10/27/how-to-define-critical-sections-for-the-recorder/"

+#endif

+

+#ifndef TRACE_EXIT_CRITICAL_SECTION

+	#error "This port has no valid definition for critical sections! See http://percepio.com/2014/10/27/how-to-define-critical-sections-for-the-recorder/"

+#endif

+

+#if (SELECTED_PORT == PORT_ARM_CortexM)

+	#define trcCRITICAL_SECTION_BEGIN_ON_CORTEX_M_ONLY trcCRITICAL_SECTION_BEGIN

+	#define trcCRITICAL_SECTION_END_ON_CORTEX_M_ONLY trcCRITICAL_SECTION_END

+#else

+	#define trcCRITICAL_SECTION_BEGIN_ON_CORTEX_M_ONLY() recorder_busy++;

+	#define trcCRITICAL_SECTION_END_ON_CORTEX_M_ONLY() recorder_busy--;

+#endif

+

+/*************************************************************************/

+/* KERNEL SPECIFIC OBJECT CONFIGURATION									 */

+/*************************************************************************/

+#define TRACE_NCLASSES 7

+#define TRACE_CLASS_QUEUE ((traceObjectClass)0)

+#define TRACE_CLASS_SEMAPHORE ((traceObjectClass)1)

+#define TRACE_CLASS_MUTEX ((traceObjectClass)2)

+#define TRACE_CLASS_TASK ((traceObjectClass)3)

+#define TRACE_CLASS_ISR ((traceObjectClass)4)

+#define TRACE_CLASS_TIMER ((traceObjectClass)5)

+#define TRACE_CLASS_EVENTGROUP ((traceObjectClass)6)

+

+#define TRACE_KERNEL_OBJECT_COUNT (NQueue + NSemaphore + NMutex + NTask + NISR + NTimer + NEventGroup)

+

+/* The size of the Object Property Table entries, in bytes, per object */

+

+/* Queue properties (except name):	current number of message in queue */

+#define PropertyTableSizeQueue		(NameLenQueue + 1)

+

+/* Semaphore properties (except name): state (signaled = 1, cleared = 0) */

+#define PropertyTableSizeSemaphore	(NameLenSemaphore + 1)

+

+/* Mutex properties (except name):	owner (task handle, 0 = free) */

+#define PropertyTableSizeMutex		(NameLenMutex + 1)

+

+/* Task properties (except name):	Byte 0: Current priority

+									Byte 1: state (if already active)

+									Byte 2: legacy, not used

+									Byte 3: legacy, not used */

+#define PropertyTableSizeTask		(NameLenTask + 4)

+

+/* ISR properties:					Byte 0: priority

+									Byte 1: state (if already active) */

+#define PropertyTableSizeISR		(NameLenISR + 2)

+

+/* NTimer properties:				Byte 0: state (unused for now) */

+#define PropertyTableSizeTimer		(NameLenTimer + 1)

+

+/* NEventGroup properties:			Byte 0-3: state (unused for now)*/

+#define PropertyTableSizeEventGroup	(NameLenEventGroup + 4)

+

+

+/* The layout of the byte array representing the Object Property Table */

+#define StartIndexQueue			0

+#define StartIndexSemaphore		StartIndexQueue		+ NQueue		* PropertyTableSizeQueue

+#define StartIndexMutex			StartIndexSemaphore + NSemaphore	* PropertyTableSizeSemaphore

+#define StartIndexTask			StartIndexMutex		+ NMutex		* PropertyTableSizeMutex

+#define StartIndexISR			StartIndexTask		+ NTask			* PropertyTableSizeTask

+#define StartIndexTimer			StartIndexISR		+ NISR			* PropertyTableSizeISR

+#define StartIndexEventGroup	StartIndexTimer		+ NTimer		* PropertyTableSizeTimer

+

+/* Number of bytes used by the object table */

+#define TRACE_OBJECT_TABLE_SIZE	StartIndexEventGroup + NEventGroup * PropertyTableSizeEventGroup

+

+#define FREERTOS_VERSION_NOT_SET			0

+#define FREERTOS_VERSION_7_3_OR_7_4			1

+#define FREERTOS_VERSION_7_5_OR_7_6			2

+#define FREERTOS_VERSION_8_0_OR_LATER		3

+

+/* Includes */

+#include "trcConfig.h" /* Must be first, even before trcTypes.h */

+#include "trcHardwarePort.h"

+#include "trcTypes.h"

+#include "trcKernelHooks.h"

+#include "trcBase.h"

+#include "trcKernel.h"

+#include "trcUser.h"

+

+#if (INCLUDE_NEW_TIME_EVENTS == 1 && configUSE_TICKLESS_IDLE != 0)

+#error "NewTime events can not be used in combination with tickless idle!"

+#endif

+

+/* Initialization of the object property table */

+void vTraceInitObjectPropertyTable(void);

+

+/* Initialization of the handle mechanism, see e.g, xTraceGetObjectHandle */

+void vTraceInitObjectHandleStack(void);

+

+/* Returns the "Not enough handles" error message for the specified object class */

+const char* pszTraceGetErrorNotEnoughHandles(traceObjectClass objectclass);

+

+/*******************************************************************************

+ * The event codes - should match the offline config file.

+ *

+ * Some sections below are encoded to allow for constructions like:

+ *

+ * vTraceStoreKernelCall(EVENTGROUP_CREATE + objectclass, ...

+ *

+ * The object class ID is given by the three LSB bits, in such cases. Since each

+ * object class has a separate object property table, the class ID is needed to

+ * know what section in the object table to use for getting an object name from

+ * an object handle.

+ ******************************************************************************/

+

+#define NULL_EVENT					(0x00) /* Ignored in the analysis*/

+

+/*******************************************************************************

+ * EVENTGROUP_DIV

+ *

+ * Miscellaneous events.

+ ******************************************************************************/

+#define EVENTGROUP_DIV				(NULL_EVENT + 1)					/*0x01*/

+#define DIV_XPS						(EVENTGROUP_DIV + 0)				/*0x01*/

+#define DIV_TASK_READY				(EVENTGROUP_DIV + 1)				/*0x02*/

+#define DIV_NEW_TIME				(EVENTGROUP_DIV + 2)				/*0x03*/

+

+/*******************************************************************************

+ * EVENTGROUP_TS

+ *

+ * Events for storing task-switches and interrupts. The RESUME events are

+ * generated if the task/interrupt is already marked active.

+ ******************************************************************************/

+#define EVENTGROUP_TS				(EVENTGROUP_DIV + 3)				/*0x04*/

+#define TS_ISR_BEGIN				(EVENTGROUP_TS + 0)					/*0x04*/

+#define TS_ISR_RESUME				(EVENTGROUP_TS + 1)					/*0x05*/

+#define TS_TASK_BEGIN				(EVENTGROUP_TS + 2)					/*0x06*/

+#define TS_TASK_RESUME				(EVENTGROUP_TS + 3)					/*0x07*/

+

+/*******************************************************************************

+ * EVENTGROUP_OBJCLOSE_NAME

+ *

+ * About Close Events

+ * When an object is evicted from the object property table (object close), two

+ * internal events are stored (EVENTGROUP_OBJCLOSE_NAME and

+ * EVENTGROUP_OBJCLOSE_PROP), containing the handle-name mapping and object

+ * properties valid up to this point.

+ ******************************************************************************/

+#define EVENTGROUP_OBJCLOSE_NAME	(EVENTGROUP_TS + 4)					/*0x08*/

+

+/*******************************************************************************

+ * EVENTGROUP_OBJCLOSE_PROP

+ *

+ * The internal event carrying properties of deleted objects

+ * The handle and object class of the closed object is not stored in this event,

+ * but is assumed to be the same as in the preceding CLOSE event. Thus, these

+ * two events must be generated from within a critical section.

+ * When queues are closed, arg1 is the "state" property (i.e., number of

+ * buffered messages/signals).

+ * When actors are closed, arg1 is priority, arg2 is handle of the "instance

+ * finish" event, and arg3 is event code of the "instance finish" event.

+ * In this case, the lower three bits is the object class of the instance finish

+ * handle. The lower three bits are not used (always zero) when queues are

+ * closed since the queue type is given in the previous OBJCLOSE_NAME event.

+ ******************************************************************************/

+#define EVENTGROUP_OBJCLOSE_PROP	(EVENTGROUP_OBJCLOSE_NAME + 8)		/*0x10*/

+

+/*******************************************************************************

+ * EVENTGROUP_CREATE

+ *

+ * The events in this group are used to log Kernel object creations.

+ * The lower three bits in the event code gives the object class, i.e., type of

+ * create operation (task, queue, semaphore, etc).

+ ******************************************************************************/

+#define EVENTGROUP_CREATE_OBJ_SUCCESS	(EVENTGROUP_OBJCLOSE_PROP + 8)	/*0x18*/

+

+/*******************************************************************************

+ * EVENTGROUP_SEND

+ *

+ * The events in this group are used to log Send/Give events on queues,

+ * semaphores and mutexes The lower three bits in the event code gives the

+ * object class, i.e., what type of object that is operated on (queue, semaphore

+ * or mutex).

+ ******************************************************************************/

+#define EVENTGROUP_SEND_SUCCESS	(EVENTGROUP_CREATE_OBJ_SUCCESS + 8)		/*0x20*/

+

+/*******************************************************************************

+ * EVENTGROUP_RECEIVE

+ *

+ * The events in this group are used to log Receive/Take events on queues,

+ * semaphores and mutexes. The lower three bits in the event code gives the

+ * object class, i.e., what type of object that is operated on (queue, semaphore

+ * or mutex).

+ ******************************************************************************/

+#define EVENTGROUP_RECEIVE_SUCCESS	(EVENTGROUP_SEND_SUCCESS + 8)		/*0x28*/

+

+/* Send/Give operations, from ISR */

+#define EVENTGROUP_SEND_FROM_ISR_SUCCESS \

+									(EVENTGROUP_RECEIVE_SUCCESS + 8)	/*0x30*/

+

+/* Receive/Take operations, from ISR */

+#define EVENTGROUP_RECEIVE_FROM_ISR_SUCCESS \

+							(EVENTGROUP_SEND_FROM_ISR_SUCCESS + 8)		/*0x38*/

+

+/* "Failed" event type versions of above (timeout, failed allocation, etc) */

+#define EVENTGROUP_KSE_FAILED \

+							(EVENTGROUP_RECEIVE_FROM_ISR_SUCCESS + 8)	/*0x40*/

+

+/* Failed create calls - memory allocation failed */

+#define EVENTGROUP_CREATE_OBJ_FAILED	(EVENTGROUP_KSE_FAILED)			/*0x40*/

+

+/* Failed send/give - timeout! */

+#define EVENTGROUP_SEND_FAILED		(EVENTGROUP_CREATE_OBJ_FAILED + 8)	/*0x48*/

+

+/* Failed receive/take - timeout! */

+#define EVENTGROUP_RECEIVE_FAILED	 (EVENTGROUP_SEND_FAILED + 8)		/*0x50*/

+

+/* Failed non-blocking send/give - queue full */

+#define EVENTGROUP_SEND_FROM_ISR_FAILED (EVENTGROUP_RECEIVE_FAILED + 8) /*0x58*/

+

+/* Failed non-blocking receive/take - queue empty */

+#define EVENTGROUP_RECEIVE_FROM_ISR_FAILED \

+								 (EVENTGROUP_SEND_FROM_ISR_FAILED + 8)	/*0x60*/

+

+/* Events when blocking on receive/take */

+#define EVENTGROUP_RECEIVE_BLOCK \

+							(EVENTGROUP_RECEIVE_FROM_ISR_FAILED + 8)	/*0x68*/

+

+/* Events when blocking on send/give */

+#define EVENTGROUP_SEND_BLOCK	(EVENTGROUP_RECEIVE_BLOCK + 8)			/*0x70*/

+

+/* Events on queue peek (receive) */

+#define EVENTGROUP_PEEK_SUCCESS	(EVENTGROUP_SEND_BLOCK + 8)				/*0x78*/

+

+/* Events on object delete (vTaskDelete or vQueueDelete) */

+#define EVENTGROUP_DELETE_OBJ_SUCCESS	(EVENTGROUP_PEEK_SUCCESS + 8)	/*0x80*/

+

+/* Other events - object class is implied: TASK */

+#define EVENTGROUP_OTHERS	(EVENTGROUP_DELETE_OBJ_SUCCESS + 8)			/*0x88*/

+#define TASK_DELAY_UNTIL	(EVENTGROUP_OTHERS + 0)						/*0x88*/

+#define TASK_DELAY			(EVENTGROUP_OTHERS + 1)						/*0x89*/

+#define TASK_SUSPEND		(EVENTGROUP_OTHERS + 2)						/*0x8A*/

+#define TASK_RESUME			(EVENTGROUP_OTHERS + 3)						/*0x8B*/

+#define TASK_RESUME_FROM_ISR	(EVENTGROUP_OTHERS + 4)					/*0x8C*/

+#define TASK_PRIORITY_SET		(EVENTGROUP_OTHERS + 5)					/*0x8D*/

+#define TASK_PRIORITY_INHERIT	(EVENTGROUP_OTHERS + 6)					/*0x8E*/

+#define TASK_PRIORITY_DISINHERIT	(EVENTGROUP_OTHERS + 7)				/*0x8F*/

+

+#define EVENTGROUP_MISC_PLACEHOLDER	(EVENTGROUP_OTHERS + 8)				/*0x90*/

+#define PEND_FUNC_CALL		(EVENTGROUP_MISC_PLACEHOLDER+0)				/*0x90*/

+#define PEND_FUNC_CALL_FROM_ISR (EVENTGROUP_MISC_PLACEHOLDER+1)			/*0x91*/

+#define PEND_FUNC_CALL_FAILED (EVENTGROUP_MISC_PLACEHOLDER+2)			/*0x92*/

+#define PEND_FUNC_CALL_FROM_ISR_FAILED (EVENTGROUP_MISC_PLACEHOLDER+3)	/*0x93*/

+#define MEM_MALLOC_SIZE (EVENTGROUP_MISC_PLACEHOLDER+4)					/*0x94*/

+#define MEM_MALLOC_ADDR (EVENTGROUP_MISC_PLACEHOLDER+5)					/*0x95*/

+#define MEM_FREE_SIZE (EVENTGROUP_MISC_PLACEHOLDER+6)					/*0x96*/

+#define MEM_FREE_ADDR (EVENTGROUP_MISC_PLACEHOLDER+7)					/*0x97*/

+

+/* User events */

+#define EVENTGROUP_USEREVENT (EVENTGROUP_MISC_PLACEHOLDER + 8)			/*0x98*/

+#define USER_EVENT (EVENTGROUP_USEREVENT + 0)

+

+/* Allow for 0-15 arguments (the number of args is added to event code) */

+#define USER_EVENT_LAST (EVENTGROUP_USEREVENT + 15)						/*0xA7*/

+

+/*******************************************************************************

+ * XTS Event - eXtended TimeStamp events

+ * The timestamps used in the recorder are "differential timestamps" (DTS), i.e.

+ * the time since the last stored event. The DTS fields are either 1 or 2 bytes

+ * in the other events, depending on the bytes available in the event struct.

+ * If the time since the last event (the DTS) is larger than allowed for by

+ * the DTS field of the current event, an XTS event is inserted immediately

+ * before the original event. The XTS event contains up to 3 additional bytes

+ * of the DTS value - the higher bytes of the true DTS value. The lower 1-2

+ * bytes are stored in the normal DTS field.

+ * There are two types of XTS events, XTS8 and XTS16. An XTS8 event is stored

+ * when there is only room for 1 byte (8 bit) DTS data in the original event,

+ * which means a limit of 0xFF (255). The XTS16 is used when the original event

+ * has a 16 bit DTS field and thereby can handle values up to 0xFFFF (65535).

+ *

+ * Using a very high frequency time base can result in many XTS events.

+ * Preferably, the time between two OS ticks should fit in 16 bits, i.e.,

+ * at most 65535. If your time base has a higher frequency, you can define

+ * the TRACE

+ ******************************************************************************/

+

+#define EVENTGROUP_SYS (EVENTGROUP_USEREVENT + 16)						/*0xA8*/

+#define XTS8 (EVENTGROUP_SYS + 0)										/*0xA8*/

+#define XTS16 (EVENTGROUP_SYS + 1)										/*0xA9*/

+#define EVENT_BEING_WRITTEN (EVENTGROUP_SYS + 2)						/*0xAA*/

+#define RESERVED_DUMMY_CODE (EVENTGROUP_SYS + 3)						/*0xAB*/

+#define LOW_POWER_BEGIN (EVENTGROUP_SYS + 4)							/*0xAC*/

+#define LOW_POWER_END (EVENTGROUP_SYS + 5)								/*0xAD*/

+#define XID (EVENTGROUP_SYS + 6)										/*0xAE*/

+#define XTS16L (EVENTGROUP_SYS + 7)										/*0xAF*/

+

+#define EVENTGROUP_TIMER (EVENTGROUP_SYS + 8)							/*0xB0*/

+#define TIMER_CREATE (EVENTGROUP_TIMER + 0)								/*0xB0*/

+#define TIMER_START (EVENTGROUP_TIMER + 1)								/*0xB1*/

+#define TIMER_RST (EVENTGROUP_TIMER + 2)								/*0xB2*/

+#define TIMER_STOP (EVENTGROUP_TIMER + 3)								/*0xB3*/

+#define TIMER_CHANGE_PERIOD (EVENTGROUP_TIMER + 4)						/*0xB4*/

+#define TIMER_DELETE (EVENTGROUP_TIMER + 5)								/*0xB5*/

+#define TIMER_START_FROM_ISR (EVENTGROUP_TIMER + 6)						/*0xB6*/

+#define TIMER_RESET_FROM_ISR (EVENTGROUP_TIMER + 7)						/*0xB7*/

+#define TIMER_STOP_FROM_ISR (EVENTGROUP_TIMER + 8)						/*0xB8*/

+

+#define TIMER_CREATE_FAILED (EVENTGROUP_TIMER + 9)						/*0xB9*/

+#define TIMER_START_FAILED (EVENTGROUP_TIMER + 10)						/*0xBA*/

+#define TIMER_RESET_FAILED (EVENTGROUP_TIMER + 11)						/*0xBB*/

+#define TIMER_STOP_FAILED (EVENTGROUP_TIMER + 12)						/*0xBC*/

+#define TIMER_CHANGE_PERIOD_FAILED (EVENTGROUP_TIMER + 13)				/*0xBD*/

+#define TIMER_DELETE_FAILED (EVENTGROUP_TIMER + 14)						/*0xBE*/

+#define TIMER_START_FROM_ISR_FAILED (EVENTGROUP_TIMER + 15)				/*0xBF*/

+#define TIMER_RESET_FROM_ISR_FAILED (EVENTGROUP_TIMER + 16)				/*0xC0*/

+#define TIMER_STOP_FROM_ISR_FAILED (EVENTGROUP_TIMER + 17)				/*0xC1*/

+

+#define EVENTGROUP_EG (EVENTGROUP_TIMER + 18)							/*0xC2*/

+#define EVENT_GROUP_CREATE (EVENTGROUP_EG + 0)							/*0xC2*/

+#define EVENT_GROUP_CREATE_FAILED (EVENTGROUP_EG + 1)					/*0xC3*/

+#define EVENT_GROUP_SYNC_BLOCK (EVENTGROUP_EG + 2)						/*0xC4*/

+#define EVENT_GROUP_SYNC_END (EVENTGROUP_EG + 3)						/*0xC5*/

+#define EVENT_GROUP_WAIT_BITS_BLOCK (EVENTGROUP_EG + 4)					/*0xC6*/

+#define EVENT_GROUP_WAIT_BITS_END (EVENTGROUP_EG + 5)					/*0xC7*/

+#define EVENT_GROUP_CLEAR_BITS (EVENTGROUP_EG + 6)						/*0xC8*/

+#define EVENT_GROUP_CLEAR_BITS_FROM_ISR (EVENTGROUP_EG + 7)				/*0xC9*/

+#define EVENT_GROUP_SET_BITS (EVENTGROUP_EG + 8)						/*0xCA*/

+#define EVENT_GROUP_DELETE (EVENTGROUP_EG + 9)							/*0xCB*/

+#define EVENT_GROUP_SYNC_END_FAILED (EVENTGROUP_EG + 10)				/*0xCC*/

+#define EVENT_GROUP_WAIT_BITS_END_FAILED (EVENTGROUP_EG + 11)			/*0xCD*/

+#define EVENT_GROUP_SET_BITS_FROM_ISR (EVENTGROUP_EG + 12)				/*0xCE*/

+#define EVENT_GROUP_SET_BITS_FROM_ISR_FAILED (EVENTGROUP_EG + 13)		/*0xCF*/

+

+#define TASK_INSTANCE_FINISHED_NEXT_KSE (EVENTGROUP_EG + 14)			/*0xD0*/

+#define TASK_INSTANCE_FINISHED_DIRECT (EVENTGROUP_EG + 15)				/*0xD1*/

+

+/************************************************************************/

+/* KERNEL SPECIFIC DATA AND FUNCTIONS NEEDED TO PROVIDE THE				*/

+/* FUNCTIONALITY REQUESTED BY THE TRACE RECORDER						*/

+/************************************************************************/

+

+/******************************************************************************

+ * TraceObjectClassTable

+ * Translates a FreeRTOS QueueType into trace objects classes (TRACE_CLASS_).

+ * This was added since we want to map both types of Mutex and both types of

+ * Semaphores on common classes for all Mutexes and all Semaphores respectively.

+ *

+ * FreeRTOS Queue types

+ * #define queueQUEUE_TYPE_BASE					(0U) => TRACE_CLASS_QUEUE

+ * #define queueQUEUE_TYPE_MUTEX				(1U) => TRACE_CLASS_MUTEX

+ * #define queueQUEUE_TYPE_COUNTING_SEMAPHORE	(2U) => TRACE_CLASS_SEMAPHORE

+ * #define queueQUEUE_TYPE_BINARY_SEMAPHORE		(3U) => TRACE_CLASS_SEMAPHORE

+ * #define queueQUEUE_TYPE_RECURSIVE_MUTEX		(4U) => TRACE_CLASS_MUTEX

+ ******************************************************************************/

+

+extern traceObjectClass TraceObjectClassTable[5];

+

+/* These functions are implemented in the .c file since certain header files

+must not be included in this one */

+objectHandleType prvTraceGetObjectNumber(void* handle);

+unsigned char prvTraceGetObjectType(void* handle);

+objectHandleType prvTraceGetTaskNumber(void* handle);

+unsigned char prvTraceIsSchedulerActive(void);

+unsigned char prvTraceIsSchedulerSuspended(void);

+unsigned char prvTraceIsSchedulerStarted(void);

+void* prvTraceGetCurrentTaskHandle(void);

+

+#if (configUSE_TIMERS == 1)

+#undef INCLUDE_xTimerGetTimerDaemonTaskHandle

+#define INCLUDE_xTimerGetTimerDaemonTaskHandle 1

+#endif

+

+/************************************************************************/

+/* KERNEL SPECIFIC MACROS USED BY THE TRACE RECORDER					*/

+/************************************************************************/

+

+#define TRACE_MALLOC(size) pvPortMalloc(size)

+#define TRACE_IS_SCHEDULER_ACTIVE() prvTraceIsSchedulerActive()

+#define TRACE_IS_SCHEDULER_STARTED() prvTraceIsSchedulerStarted()

+#define TRACE_IS_SCHEDULER_SUSPENDED() prvTraceIsSchedulerSuspended()

+#define TRACE_GET_CURRENT_TASK() prvTraceGetCurrentTaskHandle()

+

+#define TRACE_GET_TASK_PRIORITY(pxTCB) ((uint8_t)pxTCB->uxPriority)

+#define TRACE_GET_TASK_NAME(pxTCB) ((char*)pxTCB->pcTaskName)

+#define TRACE_GET_TASK_NUMBER(pxTCB) (prvTraceGetTaskNumber(pxTCB))

+#define TRACE_SET_TASK_NUMBER(pxTCB) pxTCB->uxTaskNumber = xTraceGetObjectHandle(TRACE_CLASS_TASK);

+

+#define TRACE_GET_CLASS_TRACE_CLASS(CLASS, kernelClass) TraceObjectClassTable[kernelClass]

+#define TRACE_GET_OBJECT_TRACE_CLASS(CLASS, pxObject) TRACE_GET_CLASS_TRACE_CLASS(CLASS, prvTraceGetObjectType(pxObject))

+

+#define TRACE_GET_TIMER_NUMBER(tmr) ( ( objectHandleType ) ((Timer_t*)tmr)->uxTimerNumber )

+#define TRACE_SET_TIMER_NUMBER(tmr) ((Timer_t*)tmr)->uxTimerNumber = xTraceGetObjectHandle(TRACE_CLASS_TIMER);

+#define TRACE_GET_TIMER_NAME(pxTimer) pxTimer->pcTimerName

+#define TRACE_GET_TIMER_PERIOD(pxTimer) pxTimer->xTimerPeriodInTicks

+

+#define TRACE_GET_EVENTGROUP_NUMBER(eg) ( ( objectHandleType ) uxEventGroupGetNumber(eg) )

+#define TRACE_SET_EVENTGROUP_NUMBER(eg) ((EventGroup_t*)eg)->uxEventGroupNumber = xTraceGetObjectHandle(TRACE_CLASS_EVENTGROUP);

+

+#define TRACE_GET_OBJECT_NUMBER(CLASS, pxObject) (prvTraceGetObjectNumber(pxObject))

+

+#if (FREERTOS_VERSION < FREERTOS_VERSION_8_0_OR_LATER)

+	#define TRACE_SET_OBJECT_NUMBER(CLASS, pxObject) pxObject->ucQueueNumber = xTraceGetObjectHandle(TRACE_GET_OBJECT_TRACE_CLASS(CLASS, pxObject));

+#else

+	#define TRACE_SET_OBJECT_NUMBER(CLASS, pxObject) pxObject->uxQueueNumber = xTraceGetObjectHandle(TRACE_GET_OBJECT_TRACE_CLASS(CLASS, pxObject));

+#endif

+

+#define TRACE_GET_CLASS_EVENT_CODE(SERVICE, RESULT, CLASS, kernelClass) (uint8_t)(EVENTGROUP_##SERVICE##_##RESULT + TRACE_GET_CLASS_TRACE_CLASS(CLASS, kernelClass))

+#define TRACE_GET_OBJECT_EVENT_CODE(SERVICE, RESULT, CLASS, pxObject) (uint8_t)(EVENTGROUP_##SERVICE##_##RESULT + TRACE_GET_OBJECT_TRACE_CLASS(CLASS, pxObject))

+#define TRACE_GET_TASK_EVENT_CODE(SERVICE, RESULT, CLASS, pxTCB) (uint8_t)(EVENTGROUP_##SERVICE##_##RESULT + TRACE_CLASS_TASK)

+

+/************************************************************************/

+/* KERNEL SPECIFIC WRAPPERS THAT SHOULD BE CALLED BY THE KERNEL		 */

+/************************************************************************/

+

+#if (configUSE_TICKLESS_IDLE != 0)

+

+#undef traceLOW_POWER_IDLE_BEGIN

+#define traceLOW_POWER_IDLE_BEGIN() \

+	{ \

+		extern uint32_t trace_disable_timestamp; \

+		vTraceStoreLowPower(0); \

+		trace_disable_timestamp = 1; \

+	}

+

+#undef traceLOW_POWER_IDLE_END

+#define traceLOW_POWER_IDLE_END() \

+	{ \

+		extern uint32_t trace_disable_timestamp; \

+		trace_disable_timestamp = 0; \

+		vTraceStoreLowPower(1); \

+	}

+

+#endif

+

+/* A macro that will update the tick count when returning from tickless idle */

+#undef traceINCREASE_TICK_COUNT

+/* Note: This can handle time adjustments of max 2^32 ticks, i.e., 35 seconds at 120 MHz. Thus, tick-less idle periods longer than 2^32 ticks will appear "compressed" on the time line.*/

+#define traceINCREASE_TICK_COUNT( xCount ) { DWT_CYCLES_ADDED += (xCount * (TRACE_CPU_CLOCK_HZ / TRACE_TICK_RATE_HZ)); }

+

+/* Called for each task that becomes ready */

+#undef traceMOVED_TASK_TO_READY_STATE

+#define traceMOVED_TASK_TO_READY_STATE( pxTCB ) \

+	trcKERNEL_HOOKS_MOVED_TASK_TO_READY_STATE(pxTCB);

+

+/* Called on each OS tick. Will call uiPortGetTimestamp to make sure it is called at least once every OS tick. */

+#undef traceTASK_INCREMENT_TICK

+

+#if (FREERTOS_VERSION == FREERTOS_VERSION_7_3_OR_7_4)

+

+#define traceTASK_INCREMENT_TICK( xTickCount ) \

+	if (uxSchedulerSuspended == ( unsigned portBASE_TYPE ) pdTRUE || uxMissedTicks == 0) { trcKERNEL_HOOKS_INCREMENT_TICK(); } \

+	if (uxSchedulerSuspended == ( unsigned portBASE_TYPE ) pdFALSE) { trcKERNEL_HOOKS_NEW_TIME(DIV_NEW_TIME, xTickCount + 1); }

+

+#else

+

+#define traceTASK_INCREMENT_TICK( xTickCount ) \

+	if (uxSchedulerSuspended == ( unsigned portBASE_TYPE ) pdTRUE || uxPendedTicks == 0) { trcKERNEL_HOOKS_INCREMENT_TICK(); } \

+	if (uxSchedulerSuspended == ( unsigned portBASE_TYPE ) pdFALSE) { trcKERNEL_HOOKS_NEW_TIME(DIV_NEW_TIME, xTickCount + 1); }

+

+#endif

+

+/* Called on each task-switch */

+#undef traceTASK_SWITCHED_IN

+#define traceTASK_SWITCHED_IN() \

+		trcKERNEL_HOOKS_TASK_SWITCH(TRACE_GET_CURRENT_TASK());

+

+/* Called on vTaskSuspend */

+#undef traceTASK_SUSPEND

+#define traceTASK_SUSPEND( pxTaskToSuspend ) \

+	trcKERNEL_HOOKS_TASK_SUSPEND(TASK_SUSPEND, pxTaskToSuspend);

+

+/* Called on vTaskDelay - note the use of FreeRTOS variable xTicksToDelay */

+#undef traceTASK_DELAY

+#define traceTASK_DELAY() \

+	trcKERNEL_HOOKS_TASK_DELAY(TASK_DELAY, pxCurrentTCB, xTicksToDelay); \

+	trcKERNEL_HOOKS_SET_TASK_INSTANCE_FINISHED();

+

+/* Called on vTaskDelayUntil - note the use of FreeRTOS variable xTimeToWake */

+#undef traceTASK_DELAY_UNTIL

+#define traceTASK_DELAY_UNTIL() \

+	trcKERNEL_HOOKS_TASK_DELAY(TASK_DELAY_UNTIL, pxCurrentTCB, xTimeToWake); \

+	trcKERNEL_HOOKS_SET_TASK_INSTANCE_FINISHED();

+

+#if (INCLUDE_OBJECT_DELETE == 1)

+/* Called on vTaskDelete */

+#undef traceTASK_DELETE

+#define traceTASK_DELETE( pxTaskToDelete ) \

+	{ TRACE_SR_ALLOC_CRITICAL_SECTION(); \

+	TRACE_ENTER_CRITICAL_SECTION(); \

+	trcKERNEL_HOOKS_TASK_DELETE(DELETE_OBJ, pxTaskToDelete); \

+	TRACE_EXIT_CRITICAL_SECTION(); }

+#endif

+

+#if (INCLUDE_OBJECT_DELETE == 1)

+/* Called on vQueueDelete */

+#undef traceQUEUE_DELETE

+#define traceQUEUE_DELETE( pxQueue ) \

+	{ TRACE_SR_ALLOC_CRITICAL_SECTION(); \

+	TRACE_ENTER_CRITICAL_SECTION(); \

+	trcKERNEL_HOOKS_OBJECT_DELETE(DELETE_OBJ, UNUSED, pxQueue); \

+	TRACE_EXIT_CRITICAL_SECTION(); }

+#endif

+

+/* Called on vTaskCreate */

+#undef traceTASK_CREATE

+#define traceTASK_CREATE(pxNewTCB) \

+	if (pxNewTCB != NULL) \

+	{ \

+		trcKERNEL_HOOKS_TASK_CREATE(CREATE_OBJ, UNUSED, pxNewTCB); \

+	}

+

+/* Called in vTaskCreate, if it fails (typically if the stack can not be allocated) */

+#undef traceTASK_CREATE_FAILED

+#define traceTASK_CREATE_FAILED() \

+	trcKERNEL_HOOKS_TASK_CREATE_FAILED(CREATE_OBJ, UNUSED);

+

+/* Called in xQueueCreate, and thereby for all other object based on queues, such as semaphores. */

+#undef traceQUEUE_CREATE

+#define traceQUEUE_CREATE( pxNewQueue )\

+	trcKERNEL_HOOKS_OBJECT_CREATE(CREATE_OBJ, UNUSED, pxNewQueue);

+

+/* Called in xQueueCreate, if the queue creation fails */

+#undef traceQUEUE_CREATE_FAILED

+#define traceQUEUE_CREATE_FAILED( queueType ) \

+	trcKERNEL_HOOKS_OBJECT_CREATE_FAILED(CREATE_OBJ, UNUSED, queueType);

+

+/* Called in xQueueCreateMutex, and thereby also from xSemaphoreCreateMutex and xSemaphoreCreateRecursiveMutex */

+#undef traceCREATE_MUTEX

+#define traceCREATE_MUTEX( pxNewQueue ) \

+	trcKERNEL_HOOKS_OBJECT_CREATE(CREATE_OBJ, UNUSED, pxNewQueue);

+

+/* Called in xQueueCreateMutex when the operation fails (when memory allocation fails) */

+#undef traceCREATE_MUTEX_FAILED

+#define traceCREATE_MUTEX_FAILED() \

+	trcKERNEL_HOOKS_OBJECT_CREATE_FAILED(CREATE_OBJ, UNUSED, queueQUEUE_TYPE_MUTEX);

+

+/* Called when the Mutex can not be given, since not holder */

+#undef traceGIVE_MUTEX_RECURSIVE_FAILED

+#define traceGIVE_MUTEX_RECURSIVE_FAILED( pxMutex ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(SEND, FAILED, UNUSED, pxMutex);

+

+/* Called when a message is sent to a queue */	/* CS IS NEW ! */

+#undef traceQUEUE_SEND

+#define traceQUEUE_SEND( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(SEND, SUCCESS, UNUSED, pxQueue); \

+	trcKERNEL_HOOKS_SET_OBJECT_STATE(UNUSED, pxQueue, TRACE_GET_OBJECT_TRACE_CLASS(UNUSED, pxQueue) == TRACE_CLASS_MUTEX ? (uint8_t)0 : (uint8_t)(pxQueue->uxMessagesWaiting + 1));

+

+/* Called when a message failed to be sent to a queue (timeout) */

+#undef traceQUEUE_SEND_FAILED

+#define traceQUEUE_SEND_FAILED( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(SEND, FAILED, UNUSED, pxQueue);

+

+/* Called when the task is blocked due to a send operation on a full queue */

+#undef traceBLOCKING_ON_QUEUE_SEND

+#define traceBLOCKING_ON_QUEUE_SEND( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(SEND, BLOCK, UNUSED, pxQueue);

+

+/* Called when a message is received from a queue */

+#undef traceQUEUE_RECEIVE

+#define traceQUEUE_RECEIVE( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(RECEIVE, SUCCESS, UNUSED, pxQueue); \

+	trcKERNEL_HOOKS_SET_OBJECT_STATE(UNUSED, pxQueue, TRACE_GET_OBJECT_TRACE_CLASS(UNUSED, pxQueue) == TRACE_CLASS_MUTEX ? TRACE_GET_TASK_NUMBER(TRACE_GET_CURRENT_TASK()) : (uint8_t)(pxQueue->uxMessagesWaiting - 1));

+

+/* Called when a receive operation on a queue fails (timeout) */

+#undef traceQUEUE_RECEIVE_FAILED

+#define traceQUEUE_RECEIVE_FAILED( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(RECEIVE, FAILED, UNUSED, pxQueue);

+

+/* Called when the task is blocked due to a receive operation on an empty queue */

+#undef traceBLOCKING_ON_QUEUE_RECEIVE

+#define traceBLOCKING_ON_QUEUE_RECEIVE( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(RECEIVE, BLOCK, UNUSED, pxQueue); \

+	if (TRACE_GET_OBJECT_TRACE_CLASS(UNUSED, pxQueue) != TRACE_CLASS_MUTEX) \

+	{trcKERNEL_HOOKS_SET_TASK_INSTANCE_FINISHED();}

+

+/* Called on xQueuePeek */

+#undef traceQUEUE_PEEK

+#define traceQUEUE_PEEK( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(PEEK, SUCCESS, UNUSED, pxQueue);

+

+/* Called when a message is sent from interrupt context, e.g., using xQueueSendFromISR */

+#undef traceQUEUE_SEND_FROM_ISR

+#define traceQUEUE_SEND_FROM_ISR( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(SEND_FROM_ISR, SUCCESS, UNUSED, pxQueue); \

+	trcKERNEL_HOOKS_SET_OBJECT_STATE(UNUSED, pxQueue, (uint8_t)(pxQueue->uxMessagesWaiting + 1));

+

+/* Called when a message send from interrupt context fails (since the queue was full) */

+#undef traceQUEUE_SEND_FROM_ISR_FAILED

+#define traceQUEUE_SEND_FROM_ISR_FAILED( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(SEND_FROM_ISR, FAILED, UNUSED, pxQueue);

+

+/* Called when a message is received in interrupt context, e.g., using xQueueReceiveFromISR */

+#undef traceQUEUE_RECEIVE_FROM_ISR

+#define traceQUEUE_RECEIVE_FROM_ISR( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(RECEIVE_FROM_ISR, SUCCESS, UNUSED, pxQueue); \

+	trcKERNEL_HOOKS_SET_OBJECT_STATE(UNUSED, pxQueue, (uint8_t)(pxQueue->uxMessagesWaiting - 1));

+

+/* Called when a message receive from interrupt context fails (since the queue was empty) */

+#undef traceQUEUE_RECEIVE_FROM_ISR_FAILED

+#define traceQUEUE_RECEIVE_FROM_ISR_FAILED( pxQueue ) \

+	trcKERNEL_HOOKS_KERNEL_SERVICE(RECEIVE_FROM_ISR, FAILED, UNUSED, pxQueue);

+

+/* Called in vTaskPrioritySet */

+#undef traceTASK_PRIORITY_SET

+#define traceTASK_PRIORITY_SET( pxTask, uxNewPriority ) \

+	trcKERNEL_HOOKS_TASK_PRIORITY_CHANGE(TASK_PRIORITY_SET, pxTask, uxNewPriority);

+

+/* Called in vTaskPriorityInherit, which is called by Mutex operations */

+#undef traceTASK_PRIORITY_INHERIT

+#define traceTASK_PRIORITY_INHERIT( pxTask, uxNewPriority ) \

+	trcKERNEL_HOOKS_TASK_PRIORITY_CHANGE(TASK_PRIORITY_INHERIT, pxTask, uxNewPriority);

+

+/* Called in vTaskPriorityDisinherit, which is called by Mutex operations */

+#undef traceTASK_PRIORITY_DISINHERIT

+#define traceTASK_PRIORITY_DISINHERIT( pxTask, uxNewPriority ) \

+	trcKERNEL_HOOKS_TASK_PRIORITY_CHANGE(TASK_PRIORITY_DISINHERIT, pxTask, uxNewPriority);

+

+/* Called in vTaskResume */

+#undef traceTASK_RESUME

+#define traceTASK_RESUME( pxTaskToResume ) \

+	trcKERNEL_HOOKS_TASK_RESUME(TASK_RESUME, pxTaskToResume);

+

+/* Called in vTaskResumeFromISR */

+#undef traceTASK_RESUME_FROM_ISR

+#define traceTASK_RESUME_FROM_ISR( pxTaskToResume ) \

+	trcKERNEL_HOOKS_TASK_RESUME(TASK_RESUME_FROM_ISR, pxTaskToResume);

+

+

+#if (FREERTOS_VERSION >= FREERTOS_VERSION_8_0_OR_LATER)

+

+#if (INCLUDE_MEMMANG_EVENTS == 1)

+

+extern void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t size);

+

+#undef traceMALLOC

+#define traceMALLOC( pvAddress, uiSize ) {if (pvAddress != 0) vTraceStoreMemMangEvent(MEM_MALLOC_SIZE, ( uint32_t ) pvAddress, (int32_t)uiSize); }

+

+#undef traceFREE

+#define traceFREE( pvAddress, uiSize ) {vTraceStoreMemMangEvent(MEM_FREE_SIZE, ( uint32_t ) pvAddress, (int32_t)(-uiSize)); }

+

+#endif

+

+/* Called in timer.c - xTimerCreate */

+#undef traceTIMER_CREATE

+#define traceTIMER_CREATE(tmr) \

+	trcKERNEL_HOOKS_TIMER_CREATE(TIMER_CREATE, tmr);

+

+#undef traceTIMER_CREATE_FAILED

+#define traceTIMER_CREATE_FAILED() \

+	trcKERNEL_HOOKS_TIMER_EVENT(TIMER_CREATE_FAILED, 0);

+

+/* Note that xCommandID can never be tmrCOMMAND_EXECUTE_CALLBACK (-1) since the trace macro is not called in that case */

+#undef traceTIMER_COMMAND_SEND

+#define traceTIMER_COMMAND_SEND(tmr, xCommandID, xOptionalValue, xReturn) \

+if (xCommandID > tmrCOMMAND_START_DONT_TRACE){\

+		if (xCommandID == tmrCOMMAND_CHANGE_PERIOD) vTraceStoreKernelCallWithParam((xReturn == pdPASS) ? TIMER_CHANGE_PERIOD : TIMER_CHANGE_PERIOD_FAILED, TRACE_CLASS_TIMER, TRACE_GET_TIMER_NUMBER(tmr), xOptionalValue);\

+		else if ((xCommandID == tmrCOMMAND_DELETE) && (xReturn == pdPASS)){ trcKERNEL_HOOKS_TIMER_DELETE(TIMER_DELETE, tmr); } \

+		else {trcKERNEL_HOOKS_TIMER_EVENT(EVENTGROUP_TIMER + xCommandID + ((xReturn == pdPASS)?0:(TIMER_CREATE_FAILED - TIMER_CREATE)), tmr); }\

+}

+

+#undef tracePEND_FUNC_CALL

+#define tracePEND_FUNC_CALL(func, arg1, arg2, ret) \

+if (ret == pdPASS) \

+	vTraceStoreKernelCall(PEND_FUNC_CALL, TRACE_CLASS_TASK, uxTaskGetTaskNumber(xTimerGetTimerDaemonTaskHandle()) ); \

+else \

+	vTraceStoreKernelCall(PEND_FUNC_CALL_FAILED, TRACE_CLASS_TASK, uxTaskGetTaskNumber(xTimerGetTimerDaemonTaskHandle()) );

+

+#undef tracePEND_FUNC_CALL_FROM_ISR

+#define tracePEND_FUNC_CALL_FROM_ISR(func, arg1, arg2, ret) \

+	if (! uiInEventGroupSetBitsFromISR) vTraceStoreKernelCall(PEND_FUNC_CALL_FROM_ISR, TRACE_CLASS_TASK, uxTaskGetTaskNumber(xTimerGetTimerDaemonTaskHandle()) ); \

+	uiInEventGroupSetBitsFromISR = 0;

+#endif

+

+#undef traceEVENT_GROUP_CREATE

+#define traceEVENT_GROUP_CREATE(eg) \

+	TRACE_SET_EVENTGROUP_NUMBER(eg); \

+	vTraceStoreKernelCall(EVENT_GROUP_CREATE, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg));

+

+#undef traceEVENT_GROUP_DELETE

+#define traceEVENT_GROUP_DELETE(eg) \

+	vTraceStoreKernelCall(EVENT_GROUP_DELETE, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg)); \

+	vTraceStoreObjectNameOnCloseEvent(TRACE_GET_EVENTGROUP_NUMBER(eg), TRACE_CLASS_EVENTGROUP); \

+	vTraceStoreObjectPropertiesOnCloseEvent(TRACE_GET_EVENTGROUP_NUMBER(eg), TRACE_CLASS_EVENTGROUP); \

+	vTraceFreeObjectHandle(TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg));

+

+#undef traceEVENT_GROUP_CREATE_FAILED

+#define traceEVENT_GROUP_CREATE_FAILED() \

+	vTraceStoreKernelCall(EVENT_GROUP_CREATE_FAILED, TRACE_CLASS_EVENTGROUP, 0);

+

+#undef traceEVENT_GROUP_SYNC_BLOCK

+#define traceEVENT_GROUP_SYNC_BLOCK(eg, bitsToSet, bitsToWaitFor) \

+	vTraceStoreKernelCallWithParam(EVENT_GROUP_SYNC_BLOCK, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToWaitFor);

+

+#undef traceEVENT_GROUP_SYNC_END

+#define traceEVENT_GROUP_SYNC_END(eg, bitsToSet, bitsToWaitFor, wasTimeout) \

+	if (wasTimeout){ vTraceStoreKernelCallWithParam(EVENT_GROUP_SYNC_END_FAILED, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToWaitFor);} \

+	else{ vTraceStoreKernelCallWithParam(EVENT_GROUP_SYNC_END, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToWaitFor); }

+

+#undef traceEVENT_GROUP_WAIT_BITS_BLOCK

+#define traceEVENT_GROUP_WAIT_BITS_BLOCK(eg, bitsToWaitFor) \

+	vTraceStoreKernelCallWithParam(EVENT_GROUP_WAIT_BITS_BLOCK, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToWaitFor); \

+	trcKERNEL_HOOKS_SET_TASK_INSTANCE_FINISHED();

+

+#undef traceEVENT_GROUP_WAIT_BITS_END

+#define traceEVENT_GROUP_WAIT_BITS_END(eg, bitsToWaitFor, wasTimeout) \

+	if (wasTimeout){ vTraceStoreKernelCallWithParam(EVENT_GROUP_WAIT_BITS_END_FAILED, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToWaitFor); } \

+	else{ vTraceStoreKernelCallWithParam(EVENT_GROUP_WAIT_BITS_END, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToWaitFor); }

+

+#undef traceEVENT_GROUP_CLEAR_BITS

+#define traceEVENT_GROUP_CLEAR_BITS(eg, bitsToClear) \

+	if (bitsToClear) vTraceStoreKernelCallWithParam(EVENT_GROUP_CLEAR_BITS, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToClear);

+

+#undef traceEVENT_GROUP_CLEAR_BITS_FROM_ISR

+#define traceEVENT_GROUP_CLEAR_BITS_FROM_ISR(eg, bitsToClear) \

+	if (bitsToClear) vTraceStoreKernelCallWithParam(EVENT_GROUP_CLEAR_BITS_FROM_ISR, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToClear);

+

+#undef traceEVENT_GROUP_SET_BITS

+#define traceEVENT_GROUP_SET_BITS(eg, bitsToSet) \

+	vTraceStoreKernelCallWithParam(EVENT_GROUP_SET_BITS, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToSet);

+

+#undef traceEVENT_GROUP_SET_BITS_FROM_ISR

+#define traceEVENT_GROUP_SET_BITS_FROM_ISR(eg, bitsToSet) \

+	vTraceStoreKernelCallWithParam(EVENT_GROUP_SET_BITS_FROM_ISR, TRACE_CLASS_EVENTGROUP, TRACE_GET_EVENTGROUP_NUMBER(eg), bitsToSet); \

+	uiInEventGroupSetBitsFromISR = 1;

+

+

+/************************************************************************/

+/* KERNEL SPECIFIC MACROS TO EXCLUDE OR INCLUDE THINGS IN TRACE			*/

+/************************************************************************/

+

+/* Returns the exclude state of the object */

+uint8_t uiTraceIsObjectExcluded(traceObjectClass objectclass, objectHandleType handle);

+

+#define TRACE_SET_QUEUE_FLAG_ISEXCLUDED(queueIndex) TRACE_SET_FLAG_ISEXCLUDED(excludedObjects, queueIndex)

+#define TRACE_CLEAR_QUEUE_FLAG_ISEXCLUDED(queueIndex) TRACE_CLEAR_FLAG_ISEXCLUDED(excludedObjects, queueIndex)

+#define TRACE_GET_QUEUE_FLAG_ISEXCLUDED(queueIndex) TRACE_GET_FLAG_ISEXCLUDED(excludedObjects, queueIndex)

+

+#define TRACE_SET_SEMAPHORE_FLAG_ISEXCLUDED(semaphoreIndex) TRACE_SET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+semaphoreIndex)

+#define TRACE_CLEAR_SEMAPHORE_FLAG_ISEXCLUDED(semaphoreIndex) TRACE_CLEAR_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+semaphoreIndex)

+#define TRACE_GET_SEMAPHORE_FLAG_ISEXCLUDED(semaphoreIndex) TRACE_GET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+semaphoreIndex)

+

+#define TRACE_SET_MUTEX_FLAG_ISEXCLUDED(mutexIndex) TRACE_SET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+mutexIndex)

+#define TRACE_CLEAR_MUTEX_FLAG_ISEXCLUDED(mutexIndex) TRACE_CLEAR_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+mutexIndex)

+#define TRACE_GET_MUTEX_FLAG_ISEXCLUDED(mutexIndex) TRACE_GET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+mutexIndex)

+

+#define TRACE_SET_TASK_FLAG_ISEXCLUDED(taskIndex) TRACE_SET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+taskIndex)

+#define TRACE_CLEAR_TASK_FLAG_ISEXCLUDED(taskIndex) TRACE_CLEAR_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+taskIndex)

+#define TRACE_GET_TASK_FLAG_ISEXCLUDED(taskIndex) TRACE_GET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+taskIndex)

+

+#define TRACE_SET_TIMER_FLAG_ISEXCLUDED(timerIndex) TRACE_SET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+NTask+1+timerIndex)

+#define TRACE_CLEAR_TIMER_FLAG_ISEXCLUDED(timerIndex) TRACE_CLEAR_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+NTask+1+timerIndex)

+#define TRACE_GET_TIMER_FLAG_ISEXCLUDED(timerIndex) TRACE_GET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+NTask+1+timerIndex)

+

+#define TRACE_SET_EVENTGROUP_FLAG_ISEXCLUDED(egIndex) TRACE_SET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+NTask+1+NTimer+1+egIndex)

+#define TRACE_CLEAR_EVENTGROUP_FLAG_ISEXCLUDED(egIndex) TRACE_CLEAR_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+NTask+1+NTimer+1+egIndex)

+#define TRACE_GET_EVENTGROUP_FLAG_ISEXCLUDED(egIndex) TRACE_GET_FLAG_ISEXCLUDED(excludedObjects, NQueue+1+NSemaphore+1+NMutex+1+NTask+1+NTimer+1+egIndex)

+

+

+#define TRACE_CLEAR_OBJECT_FLAG_ISEXCLUDED(objectclass, handle) \

+switch (objectclass) \

+{ \

+case TRACE_CLASS_QUEUE: \

+	TRACE_CLEAR_QUEUE_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_SEMAPHORE: \

+	TRACE_CLEAR_SEMAPHORE_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_MUTEX: \

+	TRACE_CLEAR_MUTEX_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_TASK: \

+	TRACE_CLEAR_TASK_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_TIMER: \

+	TRACE_CLEAR_TIMER_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_EVENTGROUP: \

+	TRACE_CLEAR_EVENTGROUP_FLAG_ISEXCLUDED(handle); \

+	break; \

+}

+

+#define TRACE_SET_OBJECT_FLAG_ISEXCLUDED(objectclass, handle) \

+switch (objectclass) \

+{ \

+case TRACE_CLASS_QUEUE: \

+	TRACE_SET_QUEUE_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_SEMAPHORE: \

+	TRACE_SET_SEMAPHORE_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_MUTEX: \

+	TRACE_SET_MUTEX_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_TASK: \

+	TRACE_SET_TASK_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_TIMER: \

+	TRACE_SET_TIMER_FLAG_ISEXCLUDED(handle); \

+	break; \

+case TRACE_CLASS_EVENTGROUP: \

+	TRACE_SET_EVENTGROUP_FLAG_ISEXCLUDED(handle); \

+	break; \

+}

+

+/* Task */

+#define vTraceExcludeTaskFromTrace(handle) \

+TRACE_SET_TASK_FLAG_ISEXCLUDED(TRACE_GET_TASK_NUMBER(handle));

+

+#define vTraceIncludeTaskInTrace(handle) \

+TRACE_CLEAR_TASK_FLAG_ISEXCLUDED(TRACE_GET_TASK_NUMBER(handle));

+

+

+/* Queue */

+#define vTraceExcludeQueueFromTrace(handle) \

+TRACE_SET_QUEUE_FLAG_ISEXCLUDED(TRACE_GET_OBJECT_NUMBER(UNUSED, handle));

+

+#define vTraceIncludeQueueInTrace(handle) \

+TRACE_CLEAR_QUEUE_FLAG_ISEXCLUDED(TRACE_GET_OBJECT_NUMBER(UNUSED, handle));

+

+

+/* Semaphore */

+#define vTraceExcludeSemaphoreFromTrace(handle) \

+TRACE_SET_SEMAPHORE_FLAG_ISEXCLUDED(TRACE_GET_OBJECT_NUMBER(UNUSED, handle));

+

+#define vTraceIncludeSemaphoreInTrace(handle) \

+TRACE_CLEAR_QUEUE_FLAG_ISEXCLUDED(TRACE_GET_OBJECT_NUMBER(UNUSED, handle));

+

+

+/* Mutex */

+#define vTraceExcludeMutexFromTrace(handle) \

+TRACE_SET_MUTEX_FLAG_ISEXCLUDED(TRACE_GET_OBJECT_NUMBER(UNUSED, handle));

+

+#define vTraceIncludeMutexInTrace(handle) \

+TRACE_CLEAR_QUEUE_FLAG_ISEXCLUDED(TRACE_GET_OBJECT_NUMBER(UNUSED, handle));

+

+/* Timer */

+#define vTraceExcludeTimerFromTrace(handle) \

+TRACE_SET_TIMER_FLAG_ISEXCLUDED(TRACE_GET_TIMER_NUMBER(handle));

+

+#define vTraceIncludeTimerInTrace(handle) \

+TRACE_CLEAR_QUEUE_FLAG_ISEXCLUDED(TRACE_GET_TIMER_NUMBER(handle));

+

+/* Event Group */

+#define vTraceExcludeEventGroupFromTrace(handle) \

+TRACE_SET_EVENTGROUP_FLAG_ISEXCLUDED(TRACE_GET_EVENTGROUP_NUMBER(handle));

+

+#define vTraceIncludeEventGroupInTrace(handle) \

+TRACE_CLEAR_EVENTGROUP_FLAG_ISEXCLUDED(TRACE_GET_EVENTGROUP_NUMBER(handle));

+

+

+/* Kernel Services */

+#define vTraceExcludeKernelServiceDelayFromTrace() \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(TASK_DELAY); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(TASK_DELAY_UNTIL);

+

+#define vTraceIncludeKernelServiceDelayInTrace() \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(TASK_DELAY); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(TASK_DELAY_UNTIL);

+

+/* HELPER MACROS FOR KERNEL SERVICES FOR OBJECTS */

+#define vTraceExcludeKernelServiceSendFromTrace_HELPER(class) \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_SUCCESS + class); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_BLOCK + class); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_FAILED + class); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_FROM_ISR_SUCCESS + class); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_FROM_ISR_FAILED + class);

+

+#define vTraceIncludeKernelServiceSendInTrace_HELPER(class) \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_SUCCESS + class); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_BLOCK + class); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_FAILED + class); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_FROM_ISR_SUCCESS + class); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_SEND_FROM_ISR_FAILED + class);

+

+#define vTraceExcludeKernelServiceReceiveFromTrace_HELPER(class) \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_SUCCESS + class); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_BLOCK + class); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_FAILED + class); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_FROM_ISR_SUCCESS + class); \

+TRACE_SET_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_FROM_ISR_FAILED + class);

+

+#define vTraceIncludeKernelServiceReceiveInTrace_HELPER(class) \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_SUCCESS + class); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_BLOCK + class); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_FAILED + class); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_FROM_ISR_SUCCESS + class); \

+TRACE_CLEAR_EVENT_CODE_FLAG_ISEXCLUDED(EVENTGROUP_RECEIVE_FROM_ISR_FAILED + class);

+

+/* EXCLUDE AND INCLUDE FOR QUEUE */

+#define vTraceExcludeKernelServiceQueueSendFromTrace() \

+vTraceExcludeKernelServiceSendFromTrace_HELPER(TRACE_CLASS_QUEUE);

+

+#define vTraceIncludeKernelServiceQueueSendInTrace() \

+vTraceIncludeKernelServiceSendInTrace_HELPER(TRACE_CLASS_QUEUE);

+

+#define vTraceExcludeKernelServiceQueueReceiveFromTrace() \

+vTraceExcludeKernelServiceReceiveFromTrace_HELPER(TRACE_CLASS_QUEUE);

+

+#define vTraceIncludeKernelServiceQueueReceiveInTrace() \

+vTraceIncludeKernelServiceReceiveInTrace_HELPER(TRACE_CLASS_QUEUE);

+

+/* EXCLUDE AND INCLUDE FOR SEMAPHORE */

+#define vTraceExcludeKernelServiceSemaphoreSendFromTrace() \

+vTraceExcludeKernelServiceSendFromTrace_HELPER(TRACE_CLASS_SEMAPHORE);

+

+#define vTraceIncludeKernelServicSemaphoreSendInTrace() \

+vTraceIncludeKernelServiceSendInTrace_HELPER(TRACE_CLASS_SEMAPHORE);

+

+#define vTraceExcludeKernelServiceSemaphoreReceiveFromTrace() \

+vTraceExcludeKernelServiceReceiveFromTrace_HELPER(TRACE_CLASS_SEMAPHORE);

+

+#define vTraceIncludeKernelServiceSemaphoreReceiveInTrace() \

+vTraceIncludeKernelServiceReceiveInTrace_HELPER(TRACE_CLASS_SEMAPHORE);

+

+/* EXCLUDE AND INCLUDE FOR MUTEX */

+#define vTraceExcludeKernelServiceMutexSendFromTrace() \

+vTraceExcludeKernelServiceSendFromTrace_HELPER(TRACE_CLASS_MUTEX);

+

+#define vTraceIncludeKernelServiceMutexSendInTrace() \

+vTraceIncludeKernelServiceSendInTrace_HELPER(TRACE_CLASS_MUTEX);

+

+#define vTraceExcludeKernelServiceMutexReceiveFromTrace() \

+vTraceExcludeKernelServiceReceiveFromTrace_HELPER(TRACE_CLASS_MUTEX);

+

+#define vTraceIncludeKernelServiceMutexReceiveInTrace() \

+vTraceIncludeKernelServiceReceiveInTrace_HELPER(TRACE_CLASS_MUTEX);

+

+/************************************************************************/

+/* KERNEL SPECIFIC MACROS TO NAME OBJECTS, IF NECESSARY				 */

+/************************************************************************/

+#define vTraceSetQueueName(object, name) \

+vTraceSetObjectName(TRACE_GET_OBJECT_TRACE_CLASS(UNUSED, object), TRACE_GET_OBJECT_NUMBER(UNUSED, object), name);

+

+#define vTraceSetSemaphoreName(object, name) \

+vTraceSetObjectName(TRACE_GET_OBJECT_TRACE_CLASS(UNUSED, object), TRACE_GET_OBJECT_NUMBER(UNUSED, object), name);

+

+#define vTraceSetMutexName(object, name) \

+vTraceSetObjectName(TRACE_GET_OBJECT_TRACE_CLASS(UNUSED, object), TRACE_GET_OBJECT_NUMBER(UNUSED, object), name);

+

+#define vTraceSetEventGroupName(object, name) \

+vTraceSetObjectName(TRACE_CLASS_EVENTGROUP, (objectHandleType)uxEventGroupGetNumber(object), name);

+

+#undef traceQUEUE_REGISTRY_ADD

+#define traceQUEUE_REGISTRY_ADD(object, name) vTraceSetObjectName(TRACE_GET_OBJECT_TRACE_CLASS(UNUSED, object), TRACE_GET_OBJECT_NUMBER(UNUSED, object), name);

+#endif

+

+#endif /* TRCKERNELPORTFREERTOS_H_ */

+

+

+

+

+

+

+

+

diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c
index 0d26219..0228e51 100644
--- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c
+++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c
@@ -157,7 +157,7 @@
 	configASSERT( xMACEventHandlingTask );

 

 	/* Unblock the deferred interrupt handler task if the event was an Rx. */

-	if( ulStatus == GMAC_RSR_REC )

+	if( ( ulStatus & GMAC_RSR_REC ) != 0 )

 	{

 		xTaskNotifyGiveFromISR( xMACEventHandlingTask, &xHigherPriorityTaskWoken );

 	}

@@ -202,7 +202,7 @@
 

 static void prvGMACDeferredInterruptHandlerTask( void *pvParameters )

 {

-xNetworkBufferDescriptor_t *pxNetworkBuffer;

+xNetworkBufferDescriptor_t *pxNetworkBuffer = NULL;

 xIPStackEvent_t xRxEvent = { eEthernetRxEvent, NULL };

 static const TickType_t xBufferWaitDelay = 1500UL / portTICK_RATE_MS;

 uint32_t ulReturned;

@@ -214,79 +214,91 @@
 	for( ;; )

 	{

 		/* Wait for the GMAC interrupt to indicate that another packet has been

-		received.  The while() loop is only needed if INCLUDE_vTaskSuspend is

-		set to 0 in FreeRTOSConfig.h.  If INCLUDE_vTaskSuspend is set to 1

-		then portMAX_DELAY would be an indefinite block time and

-		xTaskNotifyTake() would only return when the task was actually

-		notified. */

-		while( ulTaskNotifyTake( pdFALSE, portMAX_DELAY ) == 0 );

+		received.  A while loop is used to process all received frames each time

+		this task is notified, so it is ok to clear the notification count on the

+		take (hence the first parameter is pdTRUE ). */

+		ulTaskNotifyTake( pdTRUE, xBufferWaitDelay );

 

-		/* Allocate a buffer to hold the data. */

-		pxNetworkBuffer = pxNetworkBufferGet( ipTOTAL_ETHERNET_FRAME_SIZE, xBufferWaitDelay );

-

-		if( pxNetworkBuffer != NULL )

+		ulReturned = GMAC_OK;

+		while( ulReturned == GMAC_OK )

 		{

-			/* At least one packet has been received. */

-			ulReturned = gmac_dev_read( &xGMACStruct, pxNetworkBuffer->pucEthernetBuffer, ipTOTAL_ETHERNET_FRAME_SIZE, ( uint32_t * ) &( pxNetworkBuffer->xDataLength ) );

-			if( ulReturned == GMAC_OK )

+			/* Allocate a buffer to hold the data if one is not already held. */

+			if( pxNetworkBuffer == NULL )

 			{

-				#if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES == 1

+				pxNetworkBuffer = pxNetworkBufferGet( ipTOTAL_ETHERNET_FRAME_SIZE, xBufferWaitDelay );

+			}

+

+			if( pxNetworkBuffer != NULL )

+			{

+				/* Attempt to read data. */

+				ulReturned = gmac_dev_read( &xGMACStruct, pxNetworkBuffer->pucEthernetBuffer, ipTOTAL_ETHERNET_FRAME_SIZE, ( uint32_t * ) &( pxNetworkBuffer->xDataLength ) );

+

+				if( ulReturned == GMAC_OK )

 				{

-					if( pxNetworkBuffer->xDataLength > 0 )

+					#if ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES == 1

 					{

-						/* If the frame would not be processed by the IP stack then

-						don't even bother sending it to the IP stack. */

-						if( eConsiderFrameForProcessing( pxNetworkBuffer->pucEthernetBuffer ) != eProcessBuffer )

+						if( pxNetworkBuffer->xDataLength > 0 )

 						{

-							pxNetworkBuffer->xDataLength = 0;

+							/* If the frame would not be processed by the IP

+							stack then don't even bother sending it to the IP

+							stack. */

+							if( eConsiderFrameForProcessing( pxNetworkBuffer->pucEthernetBuffer ) != eProcessBuffer )

+							{

+								pxNetworkBuffer->xDataLength = 0;

+							}

 						}

 					}

-				}

-				#endif

+					#endif

 

-				if( pxNetworkBuffer->xDataLength > 0 )

-				{

-					/* Store a pointer to the network buffer structure in the

-					padding	space that was left in front of the Ethernet frame.

-					The pointer	is needed to ensure the network buffer structure

-					can be located when it is time for it to be freed if the

-					Ethernet frame gets	used as a zero copy buffer. */

-					*( ( xNetworkBufferDescriptor_t ** ) ( ( pxNetworkBuffer->pucEthernetBuffer - ipBUFFER_PADDING ) ) ) = pxNetworkBuffer;

-

-					/* Data was received and stored.  Send it to the IP task

-					for processing. */

-					xRxEvent.pvData = ( void * ) pxNetworkBuffer;

-					if( xQueueSendToBack( xNetworkEventQueue, &xRxEvent, ( TickType_t ) 0 ) == pdFALSE )

+					if( pxNetworkBuffer->xDataLength > 0 )

 					{

-						/* The buffer could not be sent to the IP task so the

-						buffer must be released. */

-						vNetworkBufferRelease( pxNetworkBuffer );

-						iptraceETHERNET_RX_EVENT_LOST();

+						/* Store a pointer to the network buffer structure in

+						the	padding	space that was left in front of the Ethernet

+						frame.  The pointer is needed to ensure the network

+						buffer structure can be located when it is time for it

+						to be freed if the Ethernet frame gets used as a zero

+						copy buffer. */

+						*( ( xNetworkBufferDescriptor_t ** ) ( ( pxNetworkBuffer->pucEthernetBuffer - ipBUFFER_PADDING ) ) ) = pxNetworkBuffer;

+

+						/* Data was received and stored.  Send it to the IP task

+						for processing. */

+						xRxEvent.pvData = ( void * ) pxNetworkBuffer;

+						if( xQueueSendToBack( xNetworkEventQueue, &xRxEvent, ( TickType_t ) 0 ) == pdFALSE )

+						{

+							/* The buffer could not be sent to the IP task. The

+							frame will be dropped and the buffer reused. */

+							iptraceETHERNET_RX_EVENT_LOST();

+						}

+						else

+						{

+							iptraceNETWORK_INTERFACE_RECEIVE();

+

+							/* The buffer is not owned by the IP task - a new

+							buffer is needed the next time around. */

+							pxNetworkBuffer = NULL;

+						}

 					}

 					else

 					{

-						iptraceNETWORK_INTERFACE_RECEIVE();

+						/* The buffer does not contain any data so there is no

+						point sending it to the IP task.  Re-use the buffer on

+						the next loop. */

+						iptraceETHERNET_RX_EVENT_LOST();

 					}

 				}

 				else

 				{

-					/* The buffer does not contain any data so there is no

-					point sending it to the IP task.  Just release it. */

-					vNetworkBufferRelease( pxNetworkBuffer );

-					iptraceETHERNET_RX_EVENT_LOST();

+					/* No data was received, keep the buffer for re-use.  The

+					loop will exit as ulReturn is not GMAC_OK. */

 				}

 			}

 			else

 			{

-				vNetworkBufferRelease( pxNetworkBuffer );

-				iptraceETHERNET_RX_EVENT_LOST();

+				/* Left a frame in the driver as a buffer was not available.

+				Break out of loop. */

+				ulReturned = GMAC_INVALID;

 			}

 		}

-		else

-		{

-			/* Left a frame in the driver as a buffer was not available. */

-			gmac_dev_reset( &xGMACStruct );

-		}

 	}

 }

 /*-----------------------------------------------------------*/

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index cb86613..b45a4aa 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
index 6a6bcff..15393b6 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index f11a67f..e97ef9d 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
index a18f44c..a3592ec 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 96473de..8e59fae 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index ac6f1ed..be2aaa3 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index aaad57e..e607bed 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index 3b1c1c9..6cf6c79 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 924fd55..2e3826f 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
index 643cabd..35e11df 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index 05f027c..ff78086 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 2267740..6a59228 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 1d0d35f..f371e05 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
index 8b83916..04ac860 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index 9ada437..6bb89bc 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index cc6a11a..4bd68c0 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
index f8c54b0..1ebb641 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index c9384a0..c038890 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
index 5c8f755..fb817e2 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
index ea7b59c..735a912 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
index f6deaef..4cb8a2f 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
index 183785d..a3ff921 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index b6a0c94..a7d52fe 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile b/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
index 8b4a6b6..8526377 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index 4c5ad6a..35f77d9 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
index 48c3180..e517822 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
index 5d05488..44d1d8f 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index 93507df..efbba0d 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 864fec9..e37c935 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index ed35913..b77db2a 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
index 859b381..d7cbcca 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 0a4791c..5498082 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 3d8b750..86c0742 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index d977953..ba8be0b 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index a0383e8..2f0c8d3 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index 3f92012..8ebda5d 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 8e67a26..6193faa 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index cf49014..ae1553e 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
index 2af2b75..26854c9 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
index 385ec95..13643dc 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 2040c87..e0a3fa3 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index 223be67..76b04cd 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index 2719ade..da04563 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 7b5e8ca..d9e191b 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
index d1d5ff6..6584e72 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index c8ea819..e149fc2 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 2719ade..da04563 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
index 85025a5..0493f2d 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index c4057b8..84e8688 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 2f2d1df..1fd8ea5 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 97697bf..2c6d63b 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
index f1f4958..dca7629 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
index 8861f82..6c93308 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index 19ad7d1..f52c4c2 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index 47e23ae..b4d57d9 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
index 0e641c8..720fbce 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
index acf2e4c..45349fd 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index 8f8322a..176838f 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 5fd9dc2..850a459 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index 47e23ae..b4d57d9 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
index 5153dc1..4f183bb 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
index e08553d..51b5bd8 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index 70d5893..a27e70a 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 3cc70ad..17c6cfd 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
index 6a06dc2..e516046 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index 6dc802a..812b798 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index 968d390..206281b 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index e63e83e..c4ba51c 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
index 8610a0f..dc79778 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index 55359c7..95fbace 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,24 +1,10 @@
 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -32,7 +18,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -40,12 +26,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -53,9 +80,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
index 276bc66..1d7d94c 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
index 0857a34..6af9c12 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 5ce42a9..684afa1 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR32_UC3/main.c b/FreeRTOS/Demo/AVR32_UC3/main.c
index f68a60b..063cdab 100644
--- a/FreeRTOS/Demo/AVR32_UC3/main.c
+++ b/FreeRTOS/Demo/AVR32_UC3/main.c
@@ -30,25 +30,11 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -62,7 +48,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -70,12 +56,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -83,9 +110,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index 88b1dac..acc9e93 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 8d685c0..d9c158d 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
index b398902..75ae3cd 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
index 94b99ca..a3b4c29 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
index a3a5cc2..382c0ae 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
index a902660..06bafa3 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 8acd8d5..8b02de1 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index 8715631..777769d 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
index 047d965..cc62229 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
index 4cb011a..a732185 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
index a3a5cc2..382c0ae 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index da7e714..1d3a018 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
index 83eecca..902aae2 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
index 45a6468..bcba66c 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
index d3a787e..1db8350 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
index 49a1492..5a42fdf 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
index fb63f00..bd74745 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
index 0475dfa..14b876f 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
index 45a6468..bcba66c 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
index 127ae7c..48f6c49 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
index ba9016f..99f1d77 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
index 0b8ff95..2a381a5 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
index 83f0a90..32c8875 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
index 2b61f66..f358045 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOS_tick_config.c
index 33ebf0b..ea7e6f8 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOS_tick_config.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/IntQueueTimer.c
index 0bc907c..519dab6 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/IntQueueTimer.h
index 0afe32a..3be6365 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/main_full.c
index 99a0563..72d1193 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/reg_test.S b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/reg_test.S
index e7772b8..334768b 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/reg_test.S
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/Full_Demo/reg_test.S
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;

 ;    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

 ;    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c
index 41b8d02..7d8a99e 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/blinky_demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/blinky_demo/main_blinky.c
index b3a0143..9053e7b 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/blinky_demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/blinky_demo/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
index 8aa3ae0..e64565f 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
index 753636c..e98082a 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
index c323936..f2f7c1b 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOS_tick_config.c
index cd9858a..7250a50 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOS_tick_config.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/IntQueueTimer.c
index 8a92f3a..a594188 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/IntQueueTimer.h
index 0afe32a..3be6365 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/main_full.c
index 2f5db26..bf065c9 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/reg_test.S b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/reg_test.S
index 119c3f3..90f6ab0 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/reg_test.S
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Full_Demo/reg_test.S
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;

 ;    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

 ;    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c
index 41b8d02..7d8a99e 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
index abbc5d8..eb2c263 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h
index cfa2a3f..0e7ad85 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/LEDs.c b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/LEDs.c
index 73d0965..6489521 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/LEDs.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main.c b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main.c
index 5847350..1079362 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main_blinky.c b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main_blinky.c
index c4a6392..d7e839b 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main_full.c b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main_full.c
index 69c7849..13c9d19 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/reg_test.S b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/reg_test.S
index 019e3af..8cfecbb 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/reg_test.S
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/reg_test.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/serial.c b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/serial.c
index 1384ebd..248eebb 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/serial.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/serial.c
@@ -1,67 +1,97 @@
 /*

- FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

- All rights reserved

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

+    All rights reserved

 

- VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

- ***************************************************************************

- *                                                                       *

- *    FreeRTOS provides completely free yet professionally developed,    *

- *    robust, strictly quality controlled, supported, and cross          *

- *    platform software that has become a de facto standard.             *

- *                                                                       *

- *    Help yourself get started quickly and support the FreeRTOS         *

- *    project by purchasing a FreeRTOS tutorial book, reference          *

- *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

- *                                                                       *

- *    Thank you!                                                         *

- *                                                                       *

- ***************************************************************************

+    This file is part of the FreeRTOS distribution.

 

- This file is part of the FreeRTOS distribution.

-

- FreeRTOS is free software; you can redistribute it and/or modify it under

- the terms of the GNU General Public License (version 2) as published by the

- Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

+    FreeRTOS is free software; you can redistribute it and/or modify it under

+    the terms of the GNU General Public License (version 2) as published by the

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

     >>!   NOTE: The modification to the GPL is included to allow you to     !<<

     >>!   distribute a combined work that includes FreeRTOS without being   !<<

     >>!   obliged to provide the source code for proprietary components     !<<

     >>!   outside of the FreeRTOS kernel.                                   !<<

 

- FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

- FOR A PARTICULAR PURPOSE.  Full license text is available from the following

- link: http://www.freertos.org/a00114.html

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

- 1 tab == 4 spaces!

+    1 tab == 4 spaces!

 

- ***************************************************************************

- *                                                                       *

- *    Having a problem?  Start by reading the FAQ "My application does   *

- *    not run, what could be wrong?"                                     *

- *                                                                       *

- *    http://www.FreeRTOS.org/FAQHelp.html                               *

- *                                                                       *

- ***************************************************************************

+    ***************************************************************************

+     *                                                                       *

+     *    Having a problem?  Start by reading the FAQ "My application does   *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

+     *                                                                       *

+     *    http://www.FreeRTOS.org/FAQHelp.html                               *

+     *                                                                       *

+    ***************************************************************************

 

- http://www.FreeRTOS.org - Documentation, books, training, latest versions,

- license and Real Time Engineers Ltd. contact details.

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

 

- http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

- including FreeRTOS+Trace - an indispensable productivity tool, a DOS

- compatible FAT file system, and our tiny thread aware UDP/IP stack.

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

 

- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

- Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

- licenses offer ticketed support, indemnification and middleware.

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

- http://www.SafeRTOS.com - High Integrity Systems also provide a safety

- engineered and independently SIL3 certified version for use in safety and

- mission critical applications that require provable dependability.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

+    license and Real Time Engineers Ltd. contact details.

 

- 1 tab == 4 spaces!

- */

+    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

+    mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

+*/

 

 /*

 	BASIC SERIAL PORT DRIVER.

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Blinky-Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Blinky-Demo/main_blinky.c
index 44bb670..a797aa6 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Blinky-Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Blinky-Demo/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h
index 81bcafb..8c83d17 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c
index c9d84d6..ff33083 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/FreeRTOS_tick_config.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/File-releated-CLI-commands.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/File-releated-CLI-commands.c
index 4264812..0f0b149 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/File-releated-CLI-commands.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/File-releated-CLI-commands.c
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/File-system-demo.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/File-system-demo.c
index 091a389..8da0c40 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/File-system-demo.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/File-system-demo.c
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/Sample-CLI-commands.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/Sample-CLI-commands.c
index b9650df..296f044 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/Sample-CLI-commands.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/Sample-CLI-commands.c
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

  /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.c
index 113a241..e473e66 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.h b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.h
index 4f9a980..a8a5858 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.h
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/UARTCommandConsole.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/main_full.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/main_full.c
index e4b5e07..a453b65 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/reg_test.s b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/reg_test.s
index bfd68f0..9b19113 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/reg_test.s
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/reg_test.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;

 ;    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

 ;    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/serial.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/serial.c
index df6d9df..eeeb4fc 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/serial.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/Full-Demo/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/LEDs.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/LEDs.c
index 485dec2..32cded8 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/LEDs.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/main.c b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/main.c
index f928f4e..90212e8 100644
--- a/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/Source/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Blinky_Demo/main_blinky.c
index cef9528..451cc0e 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Blinky_Demo/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOSConfig.h
index 038fc63..1957a8e 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOS_tick_config.c
index 48b92a1..bfe39b6 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOS_tick_config.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/IntQueueTimer.c
index 88858a6..a42631f 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/main_full.c
index f11db5a..d76d4b9 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/reg_test.S b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/reg_test.S
index 019e3af..8cfecbb 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/reg_test.S
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/reg_test.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 

     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/serial.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/serial.c
index 6603a29..05a82fa 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/serial.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/Full_Demo/serial.c
@@ -1,67 +1,97 @@
 /*

- FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

- All rights reserved

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

+    All rights reserved

 

- VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

- ***************************************************************************

- *                                                                       *

- *    FreeRTOS provides completely free yet professionally developed,    *

- *    robust, strictly quality controlled, supported, and cross          *

- *    platform software that has become a de facto standard.             *

- *                                                                       *

- *    Help yourself get started quickly and support the FreeRTOS         *

- *    project by purchasing a FreeRTOS tutorial book, reference          *

- *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

- *                                                                       *

- *    Thank you!                                                         *

- *                                                                       *

- ***************************************************************************

+    This file is part of the FreeRTOS distribution.

 

- This file is part of the FreeRTOS distribution.

-

- FreeRTOS is free software; you can redistribute it and/or modify it under

- the terms of the GNU General Public License (version 2) as published by the

- Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

+    FreeRTOS is free software; you can redistribute it and/or modify it under

+    the terms of the GNU General Public License (version 2) as published by the

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

     >>!   NOTE: The modification to the GPL is included to allow you to     !<<

     >>!   distribute a combined work that includes FreeRTOS without being   !<<

     >>!   obliged to provide the source code for proprietary components     !<<

     >>!   outside of the FreeRTOS kernel.                                   !<<

 

- FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

- FOR A PARTICULAR PURPOSE.  Full license text is available from the following

- link: http://www.freertos.org/a00114.html

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

- 1 tab == 4 spaces!

+    1 tab == 4 spaces!

 

- ***************************************************************************

- *                                                                       *

- *    Having a problem?  Start by reading the FAQ "My application does   *

- *    not run, what could be wrong?"                                     *

- *                                                                       *

- *    http://www.FreeRTOS.org/FAQHelp.html                               *

- *                                                                       *

- ***************************************************************************

+    ***************************************************************************

+     *                                                                       *

+     *    Having a problem?  Start by reading the FAQ "My application does   *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

+     *                                                                       *

+     *    http://www.FreeRTOS.org/FAQHelp.html                               *

+     *                                                                       *

+    ***************************************************************************

 

- http://www.FreeRTOS.org - Documentation, books, training, latest versions,

- license and Real Time Engineers Ltd. contact details.

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

 

- http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

- including FreeRTOS+Trace - an indispensable productivity tool, a DOS

- compatible FAT file system, and our tiny thread aware UDP/IP stack.

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

 

- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

- Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

- licenses offer ticketed support, indemnification and middleware.

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

- http://www.SafeRTOS.com - High Integrity Systems also provide a safety

- engineered and independently SIL3 certified version for use in safety and

- mission critical applications that require provable dependability.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

+    license and Real Time Engineers Ltd. contact details.

 

- 1 tab == 4 spaces!

- */

+    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

+    mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

+*/

 

 /*

 	BASIC INTERRUPT DRIVEN SERIAL PORT DRIVER.

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c
index e7eca7e..e279e25 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/main_lwIP.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/main_lwIP.c
index af1a0e3..2608ef5 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/main_lwIP.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/main_lwIP.c
@@ -1,66 +1,96 @@
 /*

-	FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

-	All rights reserved

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

+    All rights reserved

 

-	VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-	***************************************************************************

-	 *                                                                       *

-	 *    FreeRTOS provides completely free yet professionally developed,    *

-	 *    robust, strictly quality controlled, supported, and cross          *

-	 *    platform software that has become a de facto standard.             *

-	 *                                                                       *

-	 *    Help yourself get started quickly and support the FreeRTOS         *

-	 *    project by purchasing a FreeRTOS tutorial book, reference          *

-	 *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-	 *                                                                       *

-	 *    Thank you!                                                         *

-	 *                                                                       *

-	***************************************************************************

+    This file is part of the FreeRTOS distribution.

 

-	This file is part of the FreeRTOS distribution.

+    FreeRTOS is free software; you can redistribute it and/or modify it under

+    the terms of the GNU General Public License (version 2) as published by the

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-	FreeRTOS is free software; you can redistribute it and/or modify it under

-	the terms of the GNU General Public License (version 2) as published by the

-	Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

-	>>!   NOTE: The modification to the GPL is included to allow you to     !<<

-	>>!   distribute a combined work that includes FreeRTOS without being   !<<

-	>>!   obliged to provide the source code for proprietary components     !<<

-	>>!   outside of the FreeRTOS kernel.                                   !<<

+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

-	FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

-	WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-	FOR A PARTICULAR PURPOSE.  Full license text is available from the following

-	link: http://www.freertos.org/a00114.html

+    1 tab == 4 spaces!

 

-	1 tab == 4 spaces!

+    ***************************************************************************

+     *                                                                       *

+     *    Having a problem?  Start by reading the FAQ "My application does   *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

+     *                                                                       *

+     *    http://www.FreeRTOS.org/FAQHelp.html                               *

+     *                                                                       *

+    ***************************************************************************

 

-	***************************************************************************

-	 *                                                                       *

-	 *    Having a problem?  Start by reading the FAQ "My application does   *

-	 *    not run, what could be wrong?"                                     *

-	 *                                                                       *

-	 *    http://www.FreeRTOS.org/FAQHelp.html                               *

-	 *                                                                       *

-	***************************************************************************

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

 

-	http://www.FreeRTOS.org - Documentation, books, training, latest versions,

-	license and Real Time Engineers Ltd. contact details.

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

 

-	http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-	including FreeRTOS+Trace - an indispensable productivity tool, a DOS

-	compatible FAT file system, and our tiny thread aware UDP/IP stack.

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

-	http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-	Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-	licenses offer ticketed support, indemnification and middleware.

+    http://www.FreeRTOS.org - Documentation, books, training, latest versions,

+    license and Real Time Engineers Ltd. contact details.

 

-	http://www.SafeRTOS.com - High Integrity Systems also provide a safety

-	engineered and independently SIL3 certified version for use in safety and

-	mission critical applications that require provable dependability.

+    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

-	1 tab == 4 spaces!

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

+

+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety

+    engineered and independently SIL3 certified version for use in safety and

+    mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
index fe97be6..8d091ea 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index 985d606..7ade321 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index 3012897..0b2d51b 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index d624bed..58a42e7 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index 71f2385..0391720 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index fef27f2..dcfc17f 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c
index f4a1483..81123fe 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
index 5fdd36f..6c43fb3 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
index 5e27b3f..7a3f8ff 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
index dadccdc..96a7f31 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
index 00e7e5f..fb49fd4 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c
index a0e99a8..141f113 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c
index e2a29b1..65730af 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
index b06c3a3..9622577 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c
index f4a1483..81123fe 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
index 5fdd36f..6c43fb3 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
index 5e27b3f..7a3f8ff 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
index dadccdc..96a7f31 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
index 00e7e5f..fb49fd4 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
index a0e99a8..141f113 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
index e2a29b1..65730af 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
index 20f2773..10b6897 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index 52fb64b..0a0e084 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 31ab852..f03f113 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index adcb8c8..032694d 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
index 7c35b8b..fc9fae7 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
index 8fa9204..d5acd4c 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
index 4b8a095..22e7c6b 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
index ad97cf8..d9cc9d8 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index c7ad784..0a0e084 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 31ab852..f03f113 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index adcb8c8..032694d 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
index 7c35b8b..fc9fae7 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
index 8fa9204..d5acd4c 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
index 4b8a095..22e7c6b 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
index ad97cf8..d9cc9d8 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
index c7ad784..0a0e084 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
index 31ab852..f03f113 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
index adcb8c8..032694d 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
index 7c35b8b..fc9fae7 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
index 8fa9204..d5acd4c 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
index 4b8a095..22e7c6b 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
index ad97cf8..d9cc9d8 100644
--- a/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
+++ b/FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
index cf1d658..1d52c9f 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
index 41034b3..1d20c21 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
index 1145e46..77a6faa 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
index 09365e2..47a0209 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
index 3a8e615..4c3dece 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
index c7edf3d..54f3d13 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
index 8a5935c..3c70851 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
index 4dd9398..97613bd 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
index 7bad470..d100323 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
index 0be102c..c2bac71 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
index a1da6d1..7037ca2 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
index 5b40cb7..c604db6 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
index 5070115..e449e13 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 01a1019..0a258b5 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 99dc3b7..139aa5c 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index e465455..9d0f72d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 5479df2..1bbe793 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index afef9c9..d0cb233 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index 6b370e3..0669c72 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
index 99dc3b7..139aa5c 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index afef9c9..d0cb233 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index 6b370e3..0669c72 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 1f52470..554625e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index f078b04..ac3d6d4 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index 6b370e3..0669c72 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index 9eafa54..de6163e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index 2658842..c726eb3 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index faf6fbb..d0d7238 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index 576d3b4..f021895 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index 54bd183..df1dba7 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index 6b370e3..0669c72 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
index 1740b96..2717bc6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
index b8a48e1..895f32d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
index 13282d2..8e7893e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index d9e8c27..fac03d9 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
index 07e50b9..2a6c3c8 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index adf2c92..dcf17d4 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
index 67713db..7da5eef 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index bdad0c7..102f9e0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 749886f..d778c00 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
index 197bebe..47c2dd1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 0032ec1..ed3ca07 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index 18ba828..0d2010e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index b4f1f3c..39452f0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
index 7929734..f7e2f0a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index 9abc229..6550fad 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index bdd2fc1..c293b71 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index 7dfd507..c20322b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
index 32bb3e0..0687045 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index 36d25a8..69ca6c0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 18ba828..0d2010e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index 7929734..f7e2f0a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index 34d4f79..79ba458 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index 053deb0..70ec908 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index df802f4..d9f8676 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
index 01e9a6b..76c19e6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 7d3e1ab..ed87552 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
index 18ba828..0d2010e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
index 7929734..f7e2f0a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
index 3c60a49..f09ef9f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
index bdd2fc1..c293b71 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
index dbfadc8..832c097 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
index 45c9942..1b4f623 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 41dd6c6..35d66cf 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index 1ee3ac1..b3a5abf 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index a414196..fe313fc 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
index e0c78bd..5ff43b0 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
index e50fd9b..9cccdae 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index 2c00fd5..4c7a3d2 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index 0c67aab..c286d75 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index 83e8bed..68fcfd0 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index ed2b8f4..db6cc1d 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 245433f..730c2de 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
index 76a056e..835e749 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index 5ee6f6a..0da76e3 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
index 0c67aab..c286d75 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
index 6bb63f7..caa50a9 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
index 6f3db04..b219e78 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index 77fa052..f1b03ba 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
index 76a056e..835e749 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/RegTest.c b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/RegTest.c
index 457598e..04f9023 100644
--- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/RegTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/Sample-CLI-commands.c b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/Sample-CLI-commands.c
index c6c26c5..7a57007 100644
--- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/Sample-CLI-commands.c
+++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/Sample-CLI-commands.c
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

  /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/UARTCommandConsole.c b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/UARTCommandConsole.c
index fb95e73..c3d25ee 100644
--- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/UARTCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/UARTCommandConsole.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/UARTCommandConsole.h b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/UARTCommandConsole.h
index 62449f6..7ee6871 100644
--- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/UARTCommandConsole.h
+++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/UARTCommandConsole.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h
index ed1f48d..2f1a994 100644
--- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-blinky.c
index c837d30..7d04f83 100644
--- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-full.c b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-full.c
index de48613..3a33c64 100644
--- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main.c b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main.c
index 031f0b3..23006bf 100644
--- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/RegTest.c
index a7240d0..fd69ed6 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Atollic_Specific/RegTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h
index 70130ea..2280c89 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/RegTest_IAR.s b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/RegTest_IAR.s
index ca4affc..52743e4 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/RegTest_IAR.s
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/RegTest_IAR.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Keil_Specific/RegTest_Keil.s b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Keil_Specific/RegTest_Keil.s
index 1f4d3bb..0a38b7b 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Keil_Specific/RegTest_Keil.s
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/Keil_Specific/RegTest_Keil.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;

 ;    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 ;

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1100.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1100.c
index 56af9ef..9dccfb5 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1100.c
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1100.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1200.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1200.c
index eddd3ba..d2079ff 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1200.c
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1200.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1300.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1300.c
index 135ce1e..69e2bbd 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1300.c
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/ParTest_XMC1300.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c
index 49d17ed..4698647 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c
index 8a1840c..cdaf457 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c
index bc94ff5..eea7176 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
index 614ac25..e5fe218 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
index 0af0f39..c507f0f 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
index 2ffff57..5672f79 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c
index 968564c..a9c9981 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c
index a06a83e..9cce7cc 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
index aa75a58..3856cc0 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
index f1f501f..4a9f652 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
index 9a28565..0f6bd03 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
index bbc0472..54a1895 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
index 56c337f..571404d 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
index 798eccb..c629a14 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
index 503fa2d..d89f214 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
index d572942..2567dd9 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c
index e6aaa0c..73fec3f 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main_blinky.c
index da19d4e..27aa8b8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main_full.c
index c486583..8227fc7 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
index 90311bc..bdce0ac 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
index cf4efd6..0382367 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
index f84a99b..544ce5d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_blinky.c
index da19d4e..27aa8b8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_full.c
index 1783cbe..16b34d3 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
index 3f0c193..4a1a6a8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
index 1459c1f..3fb79d9 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
index 2875371..b976f9a 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_blinky.c
index da19d4e..27aa8b8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_full.c
index 631fc64..3cb71fb 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
index 5ca92a7..f50d0ce 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
index 92c34ab..76dba7a 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_blinky.c
index 6978f97..ebcf0d6 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_full.c
index 57d1488..f19c8bc 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h
index d39cc97..6510387 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c
index 0c30689..0afc131 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c
index 32ca7ab..e21d6f6 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c
index b7e4bce..bbebf62 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
index 2ba8650..0fdb1c4 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
index b212121..a7b64e8 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
index bfaf5b1..9e22766 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
index 7a7d622..cc2765d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
index 281bbd7..cdbdb1a 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
index b080387..441ea46 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
index 218f651..416e139 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
index 6d986f5..7b1796a 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c
index 079cd1e..fbcd6cd 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h
index 0afe32a..3be6365 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/ParTest.c
index 62b5491..55d6e16 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c
index de8c838..734fd6c 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h
index aaf27b3..e456977 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main.c
index 4f3ddce..9190771 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main_blinky.c
index 821fb02..0e73990 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main_full.c
index fc5ef17..ab56c99 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
index e0eb2d7..e690dd4 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c
index 42a9212..77d4e2d 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
index 7be2ffe..597712d 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
index 3445cef..ce07586 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c
index e308aec..921abb2 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c
index 31d6ee0..8369c13 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c
index f4a1483..81123fe 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
index 5fdd36f..6c43fb3 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
index c0e105e..b48b9c6 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.c
index b5387a8..8345176 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.h
index 0afe32a..3be6365 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
index 89e0b96..1611fc9 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
index ad69a32..854bce0 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
index a0e99a8..141f113 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c
index 4e4495c..49f5ca1 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
index 830243e..3715f95 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
index e7cc94c..f38c82d 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
index 4c0185f..01848b4 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
index 11919a4..49ced11 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
index f85dd32..9ea64ab 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
index 47ea599..2af481b 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
index 9d01b10..b855683 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
index ff67de4..2a9a487 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
index 7886b43..fd71208 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
index 0bf4558..a52c4a9 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
index d75ff6f..7addc6d 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 283c71c..9d45e0f 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h
index 244188b..5fb0794 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/application_defined_privileged_functions.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
index 64aebd3..aac804f 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 868da88..e7e3d99 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
index 40c3efe..517d845 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
index f99894b..2f54ba5 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
index 84d250f..c3bea3e 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
index d78b33d..8b919d4 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
index a283f14..ed71a78 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
index 1f53f00..67caa4e 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
index f700e4f..d032881 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
index c0dea51..7d6b111 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
index 935e8bc..e0d563b 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
index 5d41691..4dadbda 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
index a51d79e..7d9fd8e 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
index 4a092da..03ded71 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
index d6a54c5..394cb6b 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
index 40c6e1b..0a8ea4b 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
index 7195d53..44c7166 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
index a11c632..482e190 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
index df2b28c..cdce0d1 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
index c7b43b4..9744693 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
index 987b658..b04ea83 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
index 552033e..fc5ea82 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index b800854..2279db8 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 987b658..b04ea83 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
index b808c68..1167d01 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index b997c7d..50f3889 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
index 4a58f80..102a46a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index b800854..2279db8 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 987b658..b04ea83 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
index b808c68..1167d01 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index b997c7d..50f3889 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
index 4a58f80..102a46a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index aa759bf..efb79b5 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index eb1934d..6141de0 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 94db758..19a06df 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index dac9fa5..2459d04 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index 4a58f80..102a46a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index 334890c..3cc86e5 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index 17977e7..6fd60e7 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index d8a0546..5b5b9e8 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index ff3ec03..0ce6295 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index 7b36703..4da14fc 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index 58368e4..46ba93b 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
index e837a69..7da3eaf 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/STM32L_low_power_tick_management.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/STM32L_low_power_tick_management.c
index f5af8b9..ff2b740 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/STM32L_low_power_tick_management.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/STM32L_low_power_tick_management.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
index 62ec4a0..0f693e6 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
index e611b6b..22b7726 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
index 65e27d2..dc2aa73 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c
index f60314b..aad39f9 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
index 73a1e5b..4b47c3f 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
index cad9d0b..1a7c5ae 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
index 96d8fb1..59827d7 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
index b5459cb..3ab04e3 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Blinky-Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Blinky-Demo/main_blinky.c
index 77438c0..adbef4a 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Blinky-Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Blinky-Demo/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
index 4a1203d..5577249 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/File-releated-CLI-commands.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/File-releated-CLI-commands.c
index 280c5dc..6b276a6 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/File-releated-CLI-commands.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/File-releated-CLI-commands.c
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /* FreeRTOS includes. */

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/File-system-demo.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/File-system-demo.c
index 93dc610..4d6cc02 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/File-system-demo.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/File-system-demo.c
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/Sample-CLI-commands.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/Sample-CLI-commands.c
index 2820b1b..c9c8bb5 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/Sample-CLI-commands.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/Sample-CLI-commands.c
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

  /******************************************************************************

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.c
index 0fdee48..dfb4918 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.h b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.h
index 62449f6..7ee6871 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.h
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/UARTCommandConsole.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/main_full.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/main_full.c
index e1b7a30..776b6d9 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/Full-Demo/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
index 14f47b3..544b471 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
index 4d1ef27..707bc44 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
index 7df244a..4c1c0ca 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
index 2228b52..e3ddec9 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
index 9a153af..948567d 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
index 8f77a6c..8e4e072 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
index cdf31a3..6c607f2 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
index a492101..1fe2c5f 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
index a3a5cc2..382c0ae 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
index 9b914f7..a693aa7 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
index 7b58b71..e236255 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
index 15ae16e..761a5ab 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index 524053a..3d92293 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 8eeffe9..6b63d58 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
index 0620bc8..06368a4 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index 4e13c79..557d50f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index 56e69b0..cf1be65 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
index 857ddb4..119f4ad 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index 25f7287..c42312f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index 216d7f9..1030ab9 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 3b1e856..fb043ef 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index 4db292d..77b9568 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index 5a2cec9..36fa9fc 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 455572e..0816d9b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 470c6f3..40c3520 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index 25f7287..c42312f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index 0fa87ec..4d26625 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index bf2ebc0..6afb456 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
index c7d5607..09cce4b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index 13f8c39..862b055 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index 592567b..8473565 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index 57af7fa..d096ea6 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index 5b2d822..506e736 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/BlockQ.c b/FreeRTOS/Demo/Common/Full/BlockQ.c
index bdb60ea..a5437fb 100644
--- a/FreeRTOS/Demo/Common/Full/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Full/BlockQ.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/PollQ.c b/FreeRTOS/Demo/Common/Full/PollQ.c
index a6121d3..c32fa6c 100644
--- a/FreeRTOS/Demo/Common/Full/PollQ.c
+++ b/FreeRTOS/Demo/Common/Full/PollQ.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/comtest.c b/FreeRTOS/Demo/Common/Full/comtest.c
index 4823ff3..9485811 100644
--- a/FreeRTOS/Demo/Common/Full/comtest.c
+++ b/FreeRTOS/Demo/Common/Full/comtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/death.c b/FreeRTOS/Demo/Common/Full/death.c
index 6f5b185..86814fb 100644
--- a/FreeRTOS/Demo/Common/Full/death.c
+++ b/FreeRTOS/Demo/Common/Full/death.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/dynamic.c b/FreeRTOS/Demo/Common/Full/dynamic.c
index a196897..72934ca 100644
--- a/FreeRTOS/Demo/Common/Full/dynamic.c
+++ b/FreeRTOS/Demo/Common/Full/dynamic.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/events.c b/FreeRTOS/Demo/Common/Full/events.c
index 7f7d973..b5a375c 100644
--- a/FreeRTOS/Demo/Common/Full/events.c
+++ b/FreeRTOS/Demo/Common/Full/events.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/flash.c b/FreeRTOS/Demo/Common/Full/flash.c
index 53f4c69..61f808e 100644
--- a/FreeRTOS/Demo/Common/Full/flash.c
+++ b/FreeRTOS/Demo/Common/Full/flash.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/flop.c b/FreeRTOS/Demo/Common/Full/flop.c
index 558d9c2..610d7c4 100644
--- a/FreeRTOS/Demo/Common/Full/flop.c
+++ b/FreeRTOS/Demo/Common/Full/flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/integer.c b/FreeRTOS/Demo/Common/Full/integer.c
index f1a9987..d09304c 100644
--- a/FreeRTOS/Demo/Common/Full/integer.c
+++ b/FreeRTOS/Demo/Common/Full/integer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/print.c b/FreeRTOS/Demo/Common/Full/print.c
index 93f7356..0efd20f 100644
--- a/FreeRTOS/Demo/Common/Full/print.c
+++ b/FreeRTOS/Demo/Common/Full/print.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Full/semtest.c b/FreeRTOS/Demo/Common/Full/semtest.c
index c0ec07f..fb4e5e7 100644
--- a/FreeRTOS/Demo/Common/Full/semtest.c
+++ b/FreeRTOS/Demo/Common/Full/semtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
index faf36b2..18974b9 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlock.c b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
index a19db91..4a155d7 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlock.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
index df956e1..bf04a9f 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/AltQTest.c b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
index 51bc8ed..c8b3efd 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/BlockQ.c b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
index 5eab39d..22ffbd2 100644
--- a/FreeRTOS/Demo/Common/Minimal/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c b/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
index 1db774a..f84bb42 100644
--- a/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/GenQTest.c b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
index 250379d..16cd158 100644
--- a/FreeRTOS/Demo/Common/Minimal/GenQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/IntQueue.c b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
index e8c75e6..31e890e 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntQueue.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/IntSemTest.c b/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
index 9736731..2518f3b 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/PollQ.c b/FreeRTOS/Demo/Common/Minimal/PollQ.c
index 583dc1e..1d1a997 100644
--- a/FreeRTOS/Demo/Common/Minimal/PollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/PollQ.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/QPeek.c b/FreeRTOS/Demo/Common/Minimal/QPeek.c
index 7ce4662..11c9c9f 100644
--- a/FreeRTOS/Demo/Common/Minimal/QPeek.c
+++ b/FreeRTOS/Demo/Common/Minimal/QPeek.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
index 0d5b345..4cca8a0 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueSet.c b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
index 969606c..b753d10 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueSet.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
index 2dd46fc..ca2bf18 100644
--- a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
+++ b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
index 893928e..c630146 100644
--- a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/blocktim.c b/FreeRTOS/Demo/Common/Minimal/blocktim.c
index ab825c6..cb2533d 100644
--- a/FreeRTOS/Demo/Common/Minimal/blocktim.c
+++ b/FreeRTOS/Demo/Common/Minimal/blocktim.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest.c b/FreeRTOS/Demo/Common/Minimal/comtest.c
index 5b8f1ce..32eb8d6 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
index fe1e399..113040f 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/countsem.c b/FreeRTOS/Demo/Common/Minimal/countsem.c
index ee2979d..a9f8c37 100644
--- a/FreeRTOS/Demo/Common/Minimal/countsem.c
+++ b/FreeRTOS/Demo/Common/Minimal/countsem.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/crflash.c b/FreeRTOS/Demo/Common/Minimal/crflash.c
index 94b2048..5bdab7b 100644
--- a/FreeRTOS/Demo/Common/Minimal/crflash.c
+++ b/FreeRTOS/Demo/Common/Minimal/crflash.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/crhook.c b/FreeRTOS/Demo/Common/Minimal/crhook.c
index aff527a..31b493d 100644
--- a/FreeRTOS/Demo/Common/Minimal/crhook.c
+++ b/FreeRTOS/Demo/Common/Minimal/crhook.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/death.c b/FreeRTOS/Demo/Common/Minimal/death.c
index fba164d..3b0293d 100644
--- a/FreeRTOS/Demo/Common/Minimal/death.c
+++ b/FreeRTOS/Demo/Common/Minimal/death.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/dynamic.c b/FreeRTOS/Demo/Common/Minimal/dynamic.c
index 50e5051..1de5ea5 100644
--- a/FreeRTOS/Demo/Common/Minimal/dynamic.c
+++ b/FreeRTOS/Demo/Common/Minimal/dynamic.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/flash.c b/FreeRTOS/Demo/Common/Minimal/flash.c
index f65ffa8..b3c6ff5 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/flash_timer.c b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
index 2bd1701..0e6091b 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash_timer.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/flop.c b/FreeRTOS/Demo/Common/Minimal/flop.c
index a11ce40..a781933 100644
--- a/FreeRTOS/Demo/Common/Minimal/flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/integer.c b/FreeRTOS/Demo/Common/Minimal/integer.c
index d05d1df..10dc67f 100644
--- a/FreeRTOS/Demo/Common/Minimal/integer.c
+++ b/FreeRTOS/Demo/Common/Minimal/integer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/recmutex.c b/FreeRTOS/Demo/Common/Minimal/recmutex.c
index e8625e6..330bf6d 100644
--- a/FreeRTOS/Demo/Common/Minimal/recmutex.c
+++ b/FreeRTOS/Demo/Common/Minimal/recmutex.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/semtest.c b/FreeRTOS/Demo/Common/Minimal/semtest.c
index 2193377..37d0f9a 100644
--- a/FreeRTOS/Demo/Common/Minimal/semtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/semtest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/Minimal/sp_flop.c b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
index cd0e80f..2620fba 100644
--- a/FreeRTOS/Demo/Common/Minimal/sp_flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c
index f2aea8c..5f73e44 100644
--- a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c
+++ b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c
index 9db7b74..d7b5d44 100644
--- a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c
+++ b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h
index b7a7449..1e34269 100644
--- a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h
+++ b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c
index 74bae3b..840bc8c 100644
--- a/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c
+++ b/FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/AltBlckQ.h b/FreeRTOS/Demo/Common/include/AltBlckQ.h
index 4f34ca3..5e50d30 100644
--- a/FreeRTOS/Demo/Common/include/AltBlckQ.h
+++ b/FreeRTOS/Demo/Common/include/AltBlckQ.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/AltBlock.h b/FreeRTOS/Demo/Common/include/AltBlock.h
index 098935a..c659163 100644
--- a/FreeRTOS/Demo/Common/include/AltBlock.h
+++ b/FreeRTOS/Demo/Common/include/AltBlock.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/AltPollQ.h b/FreeRTOS/Demo/Common/include/AltPollQ.h
index b6e6939..f6dff2e 100644
--- a/FreeRTOS/Demo/Common/include/AltPollQ.h
+++ b/FreeRTOS/Demo/Common/include/AltPollQ.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/AltQTest.h b/FreeRTOS/Demo/Common/include/AltQTest.h
index 64970ec..1304df2 100644
--- a/FreeRTOS/Demo/Common/include/AltQTest.h
+++ b/FreeRTOS/Demo/Common/include/AltQTest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/BlockQ.h b/FreeRTOS/Demo/Common/include/BlockQ.h
index 21636bc..de1c1b1 100644
--- a/FreeRTOS/Demo/Common/include/BlockQ.h
+++ b/FreeRTOS/Demo/Common/include/BlockQ.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/EventGroupsDemo.h b/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
index d283b06..dcbf4fa 100644
--- a/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
+++ b/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/GenQTest.h b/FreeRTOS/Demo/Common/include/GenQTest.h
index e268948..58928e6 100644
--- a/FreeRTOS/Demo/Common/include/GenQTest.h
+++ b/FreeRTOS/Demo/Common/include/GenQTest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/IntQueue.h b/FreeRTOS/Demo/Common/include/IntQueue.h
index d4c807d..6ba50df 100644
--- a/FreeRTOS/Demo/Common/include/IntQueue.h
+++ b/FreeRTOS/Demo/Common/include/IntQueue.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/IntSemTest.h b/FreeRTOS/Demo/Common/include/IntSemTest.h
index 7a8c002..a8b1c88 100644
--- a/FreeRTOS/Demo/Common/include/IntSemTest.h
+++ b/FreeRTOS/Demo/Common/include/IntSemTest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/PollQ.h b/FreeRTOS/Demo/Common/include/PollQ.h
index 3a6ecd5..222316e 100644
--- a/FreeRTOS/Demo/Common/include/PollQ.h
+++ b/FreeRTOS/Demo/Common/include/PollQ.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/QPeek.h b/FreeRTOS/Demo/Common/include/QPeek.h
index 26ef2fc..a010f3b 100644
--- a/FreeRTOS/Demo/Common/include/QPeek.h
+++ b/FreeRTOS/Demo/Common/include/QPeek.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/QueueOverwrite.h b/FreeRTOS/Demo/Common/include/QueueOverwrite.h
index add6e54..619a643 100644
--- a/FreeRTOS/Demo/Common/include/QueueOverwrite.h
+++ b/FreeRTOS/Demo/Common/include/QueueOverwrite.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/QueueSet.h b/FreeRTOS/Demo/Common/include/QueueSet.h
index 70162df..dc59a62 100644
--- a/FreeRTOS/Demo/Common/include/QueueSet.h
+++ b/FreeRTOS/Demo/Common/include/QueueSet.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/TaskNotify.h b/FreeRTOS/Demo/Common/include/TaskNotify.h
index 94cd80d..9f2353c 100644
--- a/FreeRTOS/Demo/Common/include/TaskNotify.h
+++ b/FreeRTOS/Demo/Common/include/TaskNotify.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/TimerDemo.h b/FreeRTOS/Demo/Common/include/TimerDemo.h
index b3a0e4e..2f0b8e3 100644
--- a/FreeRTOS/Demo/Common/include/TimerDemo.h
+++ b/FreeRTOS/Demo/Common/include/TimerDemo.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/blocktim.h b/FreeRTOS/Demo/Common/include/blocktim.h
index 9447804..bd7e03e 100644
--- a/FreeRTOS/Demo/Common/include/blocktim.h
+++ b/FreeRTOS/Demo/Common/include/blocktim.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/comtest.h b/FreeRTOS/Demo/Common/include/comtest.h
index 0b91415..ceb628f 100644
--- a/FreeRTOS/Demo/Common/include/comtest.h
+++ b/FreeRTOS/Demo/Common/include/comtest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/comtest2.h b/FreeRTOS/Demo/Common/include/comtest2.h
index 060dcba..b3eeaa8 100644
--- a/FreeRTOS/Demo/Common/include/comtest2.h
+++ b/FreeRTOS/Demo/Common/include/comtest2.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/comtest_strings.h b/FreeRTOS/Demo/Common/include/comtest_strings.h
index 6d04665..dcf8506 100644
--- a/FreeRTOS/Demo/Common/include/comtest_strings.h
+++ b/FreeRTOS/Demo/Common/include/comtest_strings.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/countsem.h b/FreeRTOS/Demo/Common/include/countsem.h
index eca3db8..019a43e 100644
--- a/FreeRTOS/Demo/Common/include/countsem.h
+++ b/FreeRTOS/Demo/Common/include/countsem.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/crflash.h b/FreeRTOS/Demo/Common/include/crflash.h
index 892d944..a7ccd28 100644
--- a/FreeRTOS/Demo/Common/include/crflash.h
+++ b/FreeRTOS/Demo/Common/include/crflash.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/crhook.h b/FreeRTOS/Demo/Common/include/crhook.h
index 61f1050..e1cae39 100644
--- a/FreeRTOS/Demo/Common/include/crhook.h
+++ b/FreeRTOS/Demo/Common/include/crhook.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/death.h b/FreeRTOS/Demo/Common/include/death.h
index 1ea93ab..872c6ed 100644
--- a/FreeRTOS/Demo/Common/include/death.h
+++ b/FreeRTOS/Demo/Common/include/death.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/dynamic.h b/FreeRTOS/Demo/Common/include/dynamic.h
index b5da23e..1a83177 100644
--- a/FreeRTOS/Demo/Common/include/dynamic.h
+++ b/FreeRTOS/Demo/Common/include/dynamic.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/fileIO.h b/FreeRTOS/Demo/Common/include/fileIO.h
index 90f0d70..5942c75 100644
--- a/FreeRTOS/Demo/Common/include/fileIO.h
+++ b/FreeRTOS/Demo/Common/include/fileIO.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/flash.h b/FreeRTOS/Demo/Common/include/flash.h
index 149bd7f..286978a 100644
--- a/FreeRTOS/Demo/Common/include/flash.h
+++ b/FreeRTOS/Demo/Common/include/flash.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/flash_timer.h b/FreeRTOS/Demo/Common/include/flash_timer.h
index 145381c..14ba0d9 100644
--- a/FreeRTOS/Demo/Common/include/flash_timer.h
+++ b/FreeRTOS/Demo/Common/include/flash_timer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/flop.h b/FreeRTOS/Demo/Common/include/flop.h
index ce6bf7e..1c3582f 100644
--- a/FreeRTOS/Demo/Common/include/flop.h
+++ b/FreeRTOS/Demo/Common/include/flop.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/integer.h b/FreeRTOS/Demo/Common/include/integer.h
index e51f4cb..2079025 100644
--- a/FreeRTOS/Demo/Common/include/integer.h
+++ b/FreeRTOS/Demo/Common/include/integer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/mevents.h b/FreeRTOS/Demo/Common/include/mevents.h
index 9f1ac20..f4725b9 100644
--- a/FreeRTOS/Demo/Common/include/mevents.h
+++ b/FreeRTOS/Demo/Common/include/mevents.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/partest.h b/FreeRTOS/Demo/Common/include/partest.h
index 9ec8d89..0e1b2e8 100644
--- a/FreeRTOS/Demo/Common/include/partest.h
+++ b/FreeRTOS/Demo/Common/include/partest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/print.h b/FreeRTOS/Demo/Common/include/print.h
index d5a8005..3990454 100644
--- a/FreeRTOS/Demo/Common/include/print.h
+++ b/FreeRTOS/Demo/Common/include/print.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/recmutex.h b/FreeRTOS/Demo/Common/include/recmutex.h
index c484844..5358214 100644
--- a/FreeRTOS/Demo/Common/include/recmutex.h
+++ b/FreeRTOS/Demo/Common/include/recmutex.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/semtest.h b/FreeRTOS/Demo/Common/include/semtest.h
index 37c75c6..a95f0e9 100644
--- a/FreeRTOS/Demo/Common/include/semtest.h
+++ b/FreeRTOS/Demo/Common/include/semtest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Common/include/serial.h b/FreeRTOS/Demo/Common/include/serial.h
index 5fdd36f..6c43fb3 100644
--- a/FreeRTOS/Demo/Common/include/serial.h
+++ b/FreeRTOS/Demo/Common/include/serial.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
index 33d53ad..483841e 100644
--- a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Cygnal/Makefile b/FreeRTOS/Demo/Cygnal/Makefile
index 517bbd4..8963cc5 100644
--- a/FreeRTOS/Demo/Cygnal/Makefile
+++ b/FreeRTOS/Demo/Cygnal/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
index 5548e13..999a23f 100644
--- a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Cygnal/main.c b/FreeRTOS/Demo/Cygnal/main.c
index 1a9d00c..a2c3e7e 100644
--- a/FreeRTOS/Demo/Cygnal/main.c
+++ b/FreeRTOS/Demo/Cygnal/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Cygnal/serial/serial.c b/FreeRTOS/Demo/Cygnal/serial/serial.c
index c15fe06..b4b4039 100644
--- a/FreeRTOS/Demo/Cygnal/serial/serial.c
+++ b/FreeRTOS/Demo/Cygnal/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Flshlite/FRConfig.h b/FreeRTOS/Demo/Flshlite/FRConfig.h
index d6fc194..0af52fe 100644
--- a/FreeRTOS/Demo/Flshlite/FRConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FRConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
index 0820dea..76cbaa4 100644
--- a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
index e4ebb9c..3e931f2 100644
--- a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
index c56d890..b93d584 100644
--- a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Flshlite/main.c b/FreeRTOS/Demo/Flshlite/main.c
index b2c765d..c3fae77 100644
--- a/FreeRTOS/Demo/Flshlite/main.c
+++ b/FreeRTOS/Demo/Flshlite/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/Flshlite/serial/serial.c b/FreeRTOS/Demo/Flshlite/serial/serial.c
index b6e840a..846879a 100644
--- a/FreeRTOS/Demo/Flshlite/serial/serial.c
+++ b/FreeRTOS/Demo/Flshlite/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 2766fe1..0421ca7 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index 2277151..d343e12 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/main.c b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
index 63c5502..e3d6e28 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
index 0752cf1..3f6a4a2 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 0c82495..3671df9 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index 9eb6d57..b0879ca 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
index e7ffea1..a13b47e 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,24 +1,10 @@
 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -32,7 +18,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -40,12 +26,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -53,9 +80,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index d3661a5..5620ebc 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index 5bd89fd..50e7f94 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index 9eb6d57..b0879ca 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
index dcd0925..9e6e4dd 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
index b2026d9..2c1d2cf 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 5ae4091..0b83df4 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
index eaaf327..c8181e3 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/main.c b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
index b33bfcc..77f9d0e 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
@@ -1,24 +1,10 @@
 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -32,7 +18,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -40,12 +26,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -53,9 +80,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
index 85dc9d7..74c4c7e 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index d7e2324..e6a334e 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
index 0af13ec..9f61f38 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
index 463d7e5..8266781 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
index fcb54a2..aa8dc4a 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
index 956ac1f..57dd56b 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
index d9b048b..6cfc196 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
index 0af13ec..9f61f38 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
index 8452d09..80ea818 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
index 65f320a..1427e21 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
index 6f28002..1788659 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index 3c3ef05..cae046f 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index 528fc05..b01b65b 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index e44f67c..21c54fd 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 67897fd..cd73123 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index 641835c..ab24d8c 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
index 8e9b3ef..f05b2a8 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
index a8152da..17fa1cd 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
index da66e5b..bbf9be4 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
index bb3ee9b..7c503a9 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
@@ -1,6 +1,6 @@
 ;

 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
index 7c85e52..2a63520 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
index 3c3f05d..e5f1961 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
index 7cbbf5e..34a664a 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
index 677389b..1e7f8a2 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
index da66e5b..bbf9be4 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43 b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
index 85fff50..548cca6 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
index 6593ebf..67bd5f3 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
index 55bc5e3..7dfeaba 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
index d60aab8..b9f4cf2 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h b/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
index 33cd4f9..d278831 100644
--- a/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c b/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
index ed49247..34abf30 100644
--- a/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze/main.c b/FreeRTOS/Demo/MicroBlaze/main.c
index d2d5e6d..a894bcd 100644
--- a/FreeRTOS/Demo/MicroBlaze/main.c
+++ b/FreeRTOS/Demo/MicroBlaze/main.c
@@ -1,25 +1,11 @@
 #error This project has been reworked for use with a later version of the Xilinx tools and IP.  Please find more up to date projects in other FreeRTOS/Demo/MicroBlaze_nnn directories.

 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -33,7 +19,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -41,12 +27,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -54,9 +81,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze/serial/serial.c b/FreeRTOS/Demo/MicroBlaze/serial/serial.c
index 57c689f..97ac3a9 100644
--- a/FreeRTOS/Demo/MicroBlaze/serial/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c
index 6bf47cc..4705ddc 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
index 28c3464..31ab218 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
index 72f1646..b8536ab 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
index 5a729e5..7033a4f 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c
index c3dc27e..00bedad 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c
index 3813db5..23a8661 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c
index d4eba1b..406301c 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
index aad5315..719c65d 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
index a7cb754..3ae0e46 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
index 988e11e..7d5c6d4 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index c7b2a7b..3a04398 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26 b/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
index 0962a0b..978d637 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
index c46a457..17818d5 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index ee3a866..df9e162 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index 2fa2117..41821a5 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index f3cf8cc..05775bc 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index c384076..54b3419 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c b/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
index c4665e4..5141c31 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c b/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
index 01d63d5..6ac0c88 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85 b/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
index d1e63fe..fe5523e 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
index a2678f6..a83b00e 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
index 8e19e2f..aafd06e 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index c1d4922..9a46902 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
index fa8d34f..c57031c 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index 27999b8..422dc9c 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index 7a762a9..71cd0ae 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PC/FRConfig.h b/FreeRTOS/Demo/PC/FRConfig.h
index 42f4149..4b131c3 100644
--- a/FreeRTOS/Demo/PC/FRConfig.h
+++ b/FreeRTOS/Demo/PC/FRConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PC/FileIO/fileIO.c b/FreeRTOS/Demo/PC/FileIO/fileIO.c
index c8a8b47..ca2422a 100644
--- a/FreeRTOS/Demo/PC/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/PC/FileIO/fileIO.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PC/FreeRTOSConfig.h b/FreeRTOS/Demo/PC/FreeRTOSConfig.h
index 251d2d8..d1cc3b9 100644
--- a/FreeRTOS/Demo/PC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PC/ParTest/ParTest.c b/FreeRTOS/Demo/PC/ParTest/ParTest.c
index dffeb86..2e5f4c4 100644
--- a/FreeRTOS/Demo/PC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PC/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PC/main.c b/FreeRTOS/Demo/PC/main.c
index b667926..3ab0640 100644
--- a/FreeRTOS/Demo/PC/main.c
+++ b/FreeRTOS/Demo/PC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PC/serial/serial.c b/FreeRTOS/Demo/PC/serial/serial.c
index 28996fe..21c6d1e 100644
--- a/FreeRTOS/Demo/PC/serial/serial.c
+++ b/FreeRTOS/Demo/PC/serial/serial.c
@@ -6,25 +6,11 @@
 */

 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -38,7 +24,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -46,12 +32,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -59,9 +86,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index a90734b..3aff851 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
index 372d054..f3d4f92 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main1.c b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
index c5a0494..2576cef 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main1.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main2.c b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
index 98fac2d..245c78c 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main2.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main3.c b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
index ab6e473..1ada698 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main3.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
index c94d6b6..5693760 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index a29f765..5533eeb 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
index 71443f0..709e512 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
index 77b36db..88e953e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
index ed217f0..865c5f3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
index e51aad7..d08cdb3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index 3032f3a..7f7ee2e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
index 7ddcc9a..01cb5ae 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
index 77b36db..88e953e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
index 8bf091a..ee7713e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
index 1c92555..45aa84f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index 8557d3c..ade77ca 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
index 7ddcc9a..01cb5ae 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
index 77b36db..88e953e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
index 8bf091a..ee7713e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
index df72ffc..cc77f4b 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index 8bef00d..6cdbdfd 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
index 7ddcc9a..01cb5ae 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
index 77b36db..88e953e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
index 8bf091a..ee7713e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
index 4ee09c3..5a70381 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index 868d4e1..5615b88 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
index 7ddcc9a..01cb5ae 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
index 77b36db..88e953e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
index 8bf091a..ee7713e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
index c96347e..c0ac7de 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index 9e6db4f..4d80fd2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
index 7ddcc9a..01cb5ae 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
index 77b36db..88e953e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
index 8bf091a..ee7713e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
index d89ab17..e45b5e0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index 27b63a2..c729af9 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
index 7ddcc9a..01cb5ae 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
index 77b36db..88e953e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
index 8bf091a..ee7713e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
index d49c2ea..0b9e19e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
index 88fd17b..14785f2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
index acadf3a..f381631 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
index 91f46b7..0aaf00f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
index 2e2ac9d..283c639 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index 44ae53d..f9c4f22 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 4c8a8d7..9351c59 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
index 4b61e3a..8429eb6 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
index ec0561f..1347ea4 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/main.c b/FreeRTOS/Demo/PIC24_MPLAB/main.c
index e6d8adf..1c0453b 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
index 3e921df..2745030 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
index 067c264..aace561 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
index 5c71115..52ffda3 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
index 95adc70..407f2c7 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
index 1e6c348..33efe1d 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index b1bb210..c675c22 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index eab1de3..ba63a54 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 67736bd..2058dec 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
index ac269d4..d868256 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_USBII_Starter_Kit.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_USBII_Starter_Kit.c
index bc9a234..d0885d9 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_USBII_Starter_Kit.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_USBII_Starter_Kit.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
index 5c6decd..5f2184f 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
@@ -1,23 +1,9 @@
-	/*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+/*

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
index 6adf8bb..2b17f6e 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
index ec0561f..1347ea4 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
index f599f91..3e126d7 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
index 7761fdb..9c83d18 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
index b8ba31c..8647add 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
index 5631ee3..9b0e650 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
index 469ed53..ccf073b 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
index 5c71115..52ffda3 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
index 9d4fd10..13e7d3e 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
index 1a79791..5025351 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
index 1e6c348..33efe1d 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
index 72b8d5c..8ac8bf5 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
index 3a849c5..b8561a3 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
index 79b75c7..253f122 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
index eab1de3..ba63a54 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
index 0841092..45f06f2 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
index e8a36bb..0195019 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
index e8f1524..2485864 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
@@ -1,23 +1,9 @@
-	/*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+/*

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
index 173cea4..5d43c0f 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
index 51a80cd..acaf6a5 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
index 2ed9235..d633e25 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
index d5c4033..ba45ab1 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
index 5c71115..52ffda3 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
index 45c1a00..00f7ca0 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 9427c48..7cd40c1 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 040819c..e740fb5 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 5653bac..9631509 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 8a770c9..9a87cbc 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index f244255..67a8ba3 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index 74688da..30b4f48 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 0d5a94b..e0e49b7 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 53da3aa..8014614 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
index 040819c..e740fb5 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
index 5653bac..9631509 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
index 8a770c9..9a87cbc 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 0015272..1abf536 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
index 74688da..30b4f48 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
index 0d5a94b..e0e49b7 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 9721030..76f1cd0 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index bd0f7b9..ad43437 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 5653bac..9631509 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index aa27e54..a1d7d47 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index aff4860..712cc38 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index a5576af..6fa524f 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 2067db8..aa20d4a 100644
--- a/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 9721030..76f1cd0 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 040819c..e740fb5 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 5653bac..9631509 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 8a770c9..9a87cbc 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index f244255..67a8ba3 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index a5576af..6fa524f 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 2067db8..aa20d4a 100644
--- a/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index cd6e6ec..b99bf8e 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
index 040819c..e740fb5 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
index 5653bac..9631509 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
index 8a770c9..9a87cbc 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 0015272..1abf536 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
index 0367195..6990a2c 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
index 2067db8..aa20d4a 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
index 62f2e64..afe6a75 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 #ifndef FREERTOS_CONFIG_H

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
index 78c79a4..c75998d 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
index 883a99c..cff9773 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
@@ -1,76 +1,96 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

-    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

-    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

-

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS tutorial books are available in pdf and paperback.        *

-     *    Complete, revised, and edited pdf reference manuals are also       *

-     *    available.                                                         *

-     *                                                                       *

-     *    Purchasing FreeRTOS documentation will not only help you, by       *

-     *    ensuring you get running as quickly as possible and with an        *

-     *    in-depth knowledge of how to use FreeRTOS, it will also help       *

-     *    the FreeRTOS project to continue with its mission of providing     *

-     *    professional grade, cross platform, de facto standard solutions    *

-     *    for microcontrollers - completely free of charge!                  *

-     *                                                                       *

-     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *

-     *                                                                       *

-     *    Thank you for using FreeRTOS, and thank you for your support!      *

-     *                                                                       *

-    ***************************************************************************

-

+    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

     the terms of the GNU General Public License (version 2) as published by the

-    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.

+    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.

 

-    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to

-    distribute a combined work that includes FreeRTOS without being obliged to

-    provide the source code for proprietary components outside of the FreeRTOS

-    kernel.

+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<

+    >>!   distribute a combined work that includes FreeRTOS without being   !<<

+    >>!   obliged to provide the source code for proprietary components     !<<

+    >>!   outside of the FreeRTOS kernel.                                   !<<

 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more

-    details. You should have received a copy of the GNU General Public License

-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be

-    viewed here: http://www.freertos.org/a00114.html and also obtained by

-    writing to Real Time Engineers Ltd., contact details for whom are available

-    on the FreeRTOS WEB site.

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

+    link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

 

     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

 

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

-    including FreeRTOS+Trace - an indispensable productivity tool, and our new

-    fully thread aware and reentrant UDP/IP stack.

+    including FreeRTOS+Trace - an indispensable productivity tool, a DOS

+    compatible FAT file system, and our tiny thread aware UDP/IP stack.

+

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

 

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems, who sell the code with commercial support,

-    indemnification and middleware, under the OpenRTOS brand.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

     mission critical applications that require provable dependability.

+

+    1 tab == 4 spaces!

 */

 

 /*

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
index a4a1848..5111276 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
@@ -1,4 +1,4 @@
-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;

 ;    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT

 ;    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
index a70881d..fe6234f 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
index 58a5a9e..c859f9b 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h b/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
index 35a93c4..521ee4d 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main.c b/FreeRTOS/Demo/RL78_multiple_IAR/main.c
index 35945b1..0894b3e 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
index 0e6be67..64f5946 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
index 3fd8418..aa7ca39 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
index becb9a6..5127737 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
index 7069ce4..ca5378c 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
index 8a50431..3bd97bf 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
index 8413d0c..eddd795 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c
index 668a7a6..7857b7f 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
index fcdada7..3d4052b 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
index 7069ce4..ca5378c 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
index 2a56829..9c2b2fc 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main.c b/FreeRTOS/Demo/RX100-RSK_IAR/main.c
index e43de27..ba83893 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c b/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
index 112b65e..786754d 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c b/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
index 4fb34c7..a179670 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s b/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
index 8fa9c18..3f0d01f 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
index f519697..0a77dd5 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
index 7069ce4..ca5378c 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
index c411752..6bb9164 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
index 718a79b..64fcd76 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c
index 643aeac..cd6b454 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
index 90b1fcd..c1bbc12 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index d2d5c3f..56ffc58 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 1e2f8e4..e7dba36 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index a507f21..5db76f5 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
index 32a0e80..26fa665 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
index de7b48b..a656488 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
index f592c1c..d32d23e 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
index 221171a..5af99df 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
index b6d23d7..e0652c1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 327c6d3..147331b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
index bfe367f..8f5f639 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
index a7e4277..2d6a32e 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
index d957267..0d2bba4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
index 5d8d4bc..37daced 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
index 3437fa9..e9d8cb1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
index 2ccb7ce..82c60ad 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
index 5dda1f3..75eb339 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
index 462ec95..6b55782 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
index b44fd69..8862b88 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
index c55e141..abb09a1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
index 5218558..25fad5a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
index 3faa914..78695d3 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
index 79958ac..f1cbde2 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
index 67a7456..ec9752e 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
index e4623eb..7923792 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
index c0307c3..e6fd032 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index e441685..09b6fd4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 1e2f8e4..e7dba36 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index a507f21..5db76f5 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
index c03663f..4cec61f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
index 2782374..a95156d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
index a3b1879..c8592c9 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
index 3437fa9..e9d8cb1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
index 09d8745..2148d66 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
index dbceb16..da446ff 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 327c6d3..147331b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
index bfe367f..8f5f639 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
index 1c309e4..79fcd0c 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
index d957267..0d2bba4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
index 5d8d4bc..37daced 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
index 3437fa9..e9d8cb1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
index 2ccb7ce..82c60ad 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
index 06f9d3c..8389f89 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
index 462ec95..6b55782 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
index b44fd69..8862b88 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
index 53dbf42..9b21538 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
index 5218558..25fad5a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
index 3faa914..78695d3 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
index 4d9c599..9158765 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
index 0139b66..a368a1d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
index e4623eb..7923792 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
index c0307c3..e6fd032 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index f7089a4..3551c2f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 1e2f8e4..e7dba36 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index a507f21..5db76f5 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
index 1c309e4..79fcd0c 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
index 2782374..a95156d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
index d83600a..f45a218 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
index 3437fa9..e9d8cb1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
index d1a1158..1c220ba 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 23af02d..31877e2 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 1e2f8e4..e7dba36 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index a507f21..5db76f5 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
index 32a0e80..26fa665 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
index 6907221..9a4feea 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
index 2154c69..9ad8251 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 78869de..d80ee08 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 4d16b45..c96bc63 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index 7bfc7ed..9249840 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
index 7e6fa0b..09bf9bb 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
index 153f34c..9b38816 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
index 09e3217..6d5ffc0 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
index 3437fa9..e9d8cb1 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
index 23f3d3a..16afffd 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/FreeRTOSConfig.h
index 03136c0..eba44c5 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c
index 4249e3e..b28fd8b 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/ParTest.c b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/ParTest.c
index e4d1605..c999fb9 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/RegTest.S b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/RegTest.S
index 2891b55..c69273c 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/RegTest.S
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/RegTest.S
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c
index f1424d5..0a09adf 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main_blinky.c b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main_blinky.c
index 97b0efa..25dffb6 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main_full.c b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main_full.c
index 021723f..7f30f33 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main_full.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/FreeRTOSConfig.h
index 03136c0..eba44c5 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.c
index 5338f47..f65d26f 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.h
index e36ef84..5be622f 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/ParTest.c b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/ParTest.c
index 970d85a..cd55b47 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/RegTest.src b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/RegTest.src
index 07a1be0..6058ddf 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/RegTest.src
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/RegTest.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main.c b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main.c
index 58b1665..ee44f54 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_blinky.c b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_blinky.c
index 97b0efa..25dffb6 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_blinky.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c
index 3a1fddc..3d8253d 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
index 051c37a..fff19b4 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
index 1d24272..a25da73 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
index 607333a..c7fcd68 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
index e185a7a..c3063a6 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
index 12004a7..9273871 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
index 510b6b6..df917c3 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
index e2bc87f..8572543 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
index 78397c4..3c43d67 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
index 296333d..0a7b5cc 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
index b02c86f..5738e66 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
index 376cead..1c68739 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
index 0005def..b9c1269 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
index 2e65258..75263b6 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
index c966901..7f2995e 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
index a36a369..7705040 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
index 03f9f68..3767250 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
index 3c8685d..57a35db 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main.c b/FreeRTOS/Demo/WIN32-MSVC/main.c
index 21332ac..e693943 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c b/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
index 0dc8189..5c972c4 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_full.c b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
index 5b1505c..2f1fb66 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
index a36a369..7705040 100644
--- a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
index e4f6ce8..e94595c 100644
--- a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c b/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
index 3c8685d..57a35db 100644
--- a/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
+++ b/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MingW/main.c b/FreeRTOS/Demo/WIN32-MingW/main.c
index 98305ca..f59572b 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MingW/main_blinky.c b/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
index 4a64748..5e90972 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WIN32-MingW/main_full.c b/FreeRTOS/Demo/WIN32-MingW/main_full.c
index 0bc7d12..3c82f52 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main_full.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index 4fae3fd..991ed2c 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index d207310..eae3d25 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index cecad93..daac4a8 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 1c05475..413da3e 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index 1fc8dcc..975a73c 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 00718a1..23f86eb 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index cb8efa0..618cbee 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index 410eb24..4c442e4 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index 65e1899..cb14fd6 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index 3de358b..fc030d0 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index 69e1484..ffa72a1 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
index fb6a34a..20a3956 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index 376ce34..d90f9cb 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index 9685f99..dc9f571 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index 06cebe0..1ae275f 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
index c5a7423..1a9b17b 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index c117089..13fd36a 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index 145dd69..4ff7bf3 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index b45bc6e..b5e9f45 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
index 243fae5..b8399c8 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
index ec0561f..1347ea4 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/main.c b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
index 775f42e..729ab6b 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/main.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
index 92c2d22..6323b71 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
index 067c264..aace561 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
index 5c71115..52ffda3 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index 60a2369..f4d66ef 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index 57094f1..7c84725 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
index c82aa2a..ea1fa6f 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
index fd0bd21..be1eef4 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
index 8a5ae3e..0b14bb3 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 7dce4ed..c900f50 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index c7bfa22..cfe369f 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
index 454b3dc..5c1d981 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
index 2f02175..99e92f4 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index 1616089..13b18ed 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index dcede6b..5649db7 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index a56ac1c..7fc426d 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
index fa0fec1..ab9a42c 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
index 403bc49..9f31d9d 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index 9e67550..38b7f7f 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
index 2e11b8a..3573178 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/main.c b/FreeRTOS/Demo/msp430_CrossWorks/main.c
index 0782e34..2fb8d02 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/main.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
index 0b91928..8592786 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
index 404834e..fc6d114 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
index ebfbf0e..d9ad40d 100644
--- a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
index 87dee3e..c18e59c 100644
--- a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_GCC/main.c b/FreeRTOS/Demo/msp430_GCC/main.c
index bb93785..4c2bff7 100644
--- a/FreeRTOS/Demo/msp430_GCC/main.c
+++ b/FreeRTOS/Demo/msp430_GCC/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_GCC/makefile b/FreeRTOS/Demo/msp430_GCC/makefile
index bf3b209..820291e 100644
--- a/FreeRTOS/Demo/msp430_GCC/makefile
+++ b/FreeRTOS/Demo/msp430_GCC/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/msp430_GCC/serial/serial.c b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
index 2c62da9..331acdc 100644
--- a/FreeRTOS/Demo/msp430_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
index 32070a4..99df46a 100644
--- a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
index 2e11b8a..3573178 100644
--- a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_IAR/main.c b/FreeRTOS/Demo/msp430_IAR/main.c
index e818cac..c8338c9 100644
--- a/FreeRTOS/Demo/msp430_IAR/main.c
+++ b/FreeRTOS/Demo/msp430_IAR/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serial.c b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
index 69a5131..bd0fff0 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43 b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
index 2f8011f..0073324 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index 257a92a..57a6908 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
index a2d15ef..c2d8047 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index 55e80ab..424f865 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index ae922c3..b7c81a9 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
index 3c1f87b..313212e 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index d476d58..31e353a 100644
--- a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
index 9f327d4..f88ad25 100644
--- a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/croutine.c b/FreeRTOS/Source/croutine.c
index 4111897..3254b20 100644
--- a/FreeRTOS/Source/croutine.c
+++ b/FreeRTOS/Source/croutine.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/event_groups.c b/FreeRTOS/Source/event_groups.c
index f82a96d..48d3217 100644
--- a/FreeRTOS/Source/event_groups.c
+++ b/FreeRTOS/Source/event_groups.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/FreeRTOS.h b/FreeRTOS/Source/include/FreeRTOS.h
index c57ecd4..1ed4447 100644
--- a/FreeRTOS/Source/include/FreeRTOS.h
+++ b/FreeRTOS/Source/include/FreeRTOS.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/StackMacros.h b/FreeRTOS/Source/include/StackMacros.h
index e1708a5..2179922 100644
--- a/FreeRTOS/Source/include/StackMacros.h
+++ b/FreeRTOS/Source/include/StackMacros.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/croutine.h b/FreeRTOS/Source/include/croutine.h
index 39f56a4..1e848cf 100644
--- a/FreeRTOS/Source/include/croutine.h
+++ b/FreeRTOS/Source/include/croutine.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/deprecated_definitions.h b/FreeRTOS/Source/include/deprecated_definitions.h
index f9cd441..c85ae58 100644
--- a/FreeRTOS/Source/include/deprecated_definitions.h
+++ b/FreeRTOS/Source/include/deprecated_definitions.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/event_groups.h b/FreeRTOS/Source/include/event_groups.h
index 6f27445..e3853d4 100644
--- a/FreeRTOS/Source/include/event_groups.h
+++ b/FreeRTOS/Source/include/event_groups.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/list.h b/FreeRTOS/Source/include/list.h
index 70d53da..dddf6c6 100644
--- a/FreeRTOS/Source/include/list.h
+++ b/FreeRTOS/Source/include/list.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/mpu_wrappers.h b/FreeRTOS/Source/include/mpu_wrappers.h
index 6675652..a4f1f93 100644
--- a/FreeRTOS/Source/include/mpu_wrappers.h
+++ b/FreeRTOS/Source/include/mpu_wrappers.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/portable.h b/FreeRTOS/Source/include/portable.h
index 6664ee2..d21c32d 100644
--- a/FreeRTOS/Source/include/portable.h
+++ b/FreeRTOS/Source/include/portable.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/projdefs.h b/FreeRTOS/Source/include/projdefs.h
index 8aa7512..89e970c 100644
--- a/FreeRTOS/Source/include/projdefs.h
+++ b/FreeRTOS/Source/include/projdefs.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/include/queue.h b/FreeRTOS/Source/include/queue.h
index b62f185..066786c 100644
--- a/FreeRTOS/Source/include/queue.h
+++ b/FreeRTOS/Source/include/queue.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

@@ -1269,7 +1299,7 @@
  *

  * It is preferred that the macros xQueueSendFromISR(),

  * xQueueSendToFrontFromISR() and xQueueSendToBackFromISR() be used in place

- * of calling this function directly.  xQueueGenericGiveFromISR() is an

+ * of calling this function directly.  xQueueGiveFromISR() is an

  * equivalent for use by semaphores that don't actually copy any data.

  *

  * Post an item on a queue.  It is safe to use this function from within an

@@ -1334,7 +1364,7 @@
  * \ingroup QueueManagement

  */

 BaseType_t xQueueGenericSendFromISR( QueueHandle_t xQueue, const void * const pvItemToQueue, BaseType_t * const pxHigherPriorityTaskWoken, const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;

-BaseType_t xQueueGenericGiveFromISR( QueueHandle_t xQueue, BaseType_t * const pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION;

+BaseType_t xQueueGiveFromISR( QueueHandle_t xQueue, BaseType_t * const pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION;

 

 /**

  * queue. h

diff --git a/FreeRTOS/Source/include/semphr.h b/FreeRTOS/Source/include/semphr.h
index 612aaaf..759cf14 100644
--- a/FreeRTOS/Source/include/semphr.h
+++ b/FreeRTOS/Source/include/semphr.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

@@ -605,7 +635,7 @@
  * \defgroup xSemaphoreGiveFromISR xSemaphoreGiveFromISR

  * \ingroup Semaphores

  */

-#define xSemaphoreGiveFromISR( xSemaphore, pxHigherPriorityTaskWoken )	xQueueGenericGiveFromISR( ( QueueHandle_t ) ( xSemaphore ), ( pxHigherPriorityTaskWoken ) )

+#define xSemaphoreGiveFromISR( xSemaphore, pxHigherPriorityTaskWoken )	xQueueGiveFromISR( ( QueueHandle_t ) ( xSemaphore ), ( pxHigherPriorityTaskWoken ) )

 

 /**

  * semphr. h

diff --git a/FreeRTOS/Source/include/task.h b/FreeRTOS/Source/include/task.h
index f9af557..5c0011c 100644
--- a/FreeRTOS/Source/include/task.h
+++ b/FreeRTOS/Source/include/task.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

@@ -81,10 +111,10 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V8.1.2"

+#define tskKERNEL_VERSION_NUMBER "V8.2.0rc1"

 #define tskKERNEL_VERSION_MAJOR 8

-#define tskKERNEL_VERSION_MINOR 1

-#define tskKERNEL_VERSION_BUILD 2

+#define tskKERNEL_VERSION_MINOR 2

+#define tskKERNEL_VERSION_BUILD 0

 

 /**

  * task. h

diff --git a/FreeRTOS/Source/include/timers.h b/FreeRTOS/Source/include/timers.h
index 2e2d72b..62325ac 100644
--- a/FreeRTOS/Source/include/timers.h
+++ b/FreeRTOS/Source/include/timers.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/list.c b/FreeRTOS/Source/list.c
index d256fae..533a313 100644
--- a/FreeRTOS/Source/list.c
+++ b/FreeRTOS/Source/list.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 4aba1ab..58e7ddd 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 3cb12a7..6311200 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
index b222b7b..ab0807e 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index f589c29..7c5eb6f 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
index a1d8add..3243992 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
index bbf7662..7237d19 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
index aa3b410..1354b64 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
index 39ae1f6..02dd2b6 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
index d774697..9aba722 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h b/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
index 7e6642a..e36c056 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/port.c b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
index 59f3de3..5f7ee01 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm b/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
index 50825a9..7b5eb72 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
@@ -1,6 +1,6 @@
 ;

 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
index d9571fc..616abc9 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
index f4287d6..29bc47d 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index 3aa5dc1..223c3d6 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index f45c127..a8d5865 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 69dcf10..7139812 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 42f6484..9682f04 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 86ae73d..51cb8f0 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
index 4cb92de..96c81ec 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
index d2a7915..aa9e248 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
index d064210..19d210f 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 43357ae..320fc10 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index e422a4e..62f178d 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index d01c060..9d4d76e 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 86750f7..6b27690 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index df9502b..476fd37 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
index 73a0356..e7d4710 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
index cec3808..0472f77 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index c753fb9..41c8bef 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
index 65f45a6..4f95f09 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 77eb2a5..1efc16d 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 4d7af96..e6cb2e0 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c b/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
index 1699806..650c377 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S b/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S
index 824f393..39a37f2 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

 

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h
index c7d3e48..6139ba3 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
index 4b4f406..0db1ca4 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
index d2761b5..fe76221 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
index 554667b..d0cccf2 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
index 507936b..9070f94 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
index c0b074f..e226df4 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index d731dcf..12eacee 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
index f67f98f..65788f4 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
index fea0f9f..00d2f4f 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

@@ -114,10 +144,20 @@
 /*-----------------------------------------------------------*/

 

 /* Scheduler utilities. */

+#define portYIELD() 															\

+{																				\

+	/* Set a PendSV to request a context switch. */								\

+	portNVIC_INT_CTRL_REG = portNVIC_PENDSVSET_BIT;								\

+																				\

+	/* Barriers are normally not required but do ensure the code is completely	\

+	within the specified behaviour for the architecture. */						\

+	__asm volatile( "dsb" );													\

+	__asm volatile( "isb" );													\

+}

+

 #define portNVIC_INT_CTRL_REG		( * ( ( volatile uint32_t * ) 0xe000ed04 ) )

 #define portNVIC_PENDSVSET_BIT		( 1UL << 28UL )

-#define portYIELD() vPortYield()

-#define portEND_SWITCHING_ISR( xSwitchRequired ) if( xSwitchRequired != pdFALSE ) vPortYield()

+#define portEND_SWITCHING_ISR( xSwitchRequired ) if( xSwitchRequired != pdFALSE ) portYIELD()

 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x )

 /*-----------------------------------------------------------*/

 

@@ -239,17 +279,6 @@
 }

 /*-----------------------------------------------------------*/

 

-portFORCE_INLINE static void vPortYield( void )

-{

-	/* Set a PendSV to request a context switch. */

-	portNVIC_INT_CTRL_REG = portNVIC_PENDSVSET_BIT;

-

-	/* Barriers are normally not required but do ensure the code is completely

-	within the specified behaviour for the architecture. */

-	__asm volatile( "dsb" );

-	__asm volatile( "isb" );

-}

-

 

 #ifdef __cplusplus

 }

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/port.c b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
index e8aef87..6de2eb9 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
index 23d7be8..0bda6d7 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
index 0c9c2c5..90b9f8c 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,25 +13,11 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -45,7 +31,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -53,12 +39,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -66,9 +93,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
index bc7e8d4..f75ce68 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,25 +13,11 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -45,7 +31,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -53,12 +39,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -66,9 +93,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
index ec35b0f..f9ae8f2 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
index 4c11b42..9d4ceec 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
index 862e8ff..1797e1f 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
index 85a8329..370676e 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
index 85fa6e4..1b810c8 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/port.c b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
index d63249e..657bb53 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/port.c
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
index fc69f5d..7bcaf73 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/port.c b/FreeRTOS/Source/portable/GCC/HCS12/port.c
index d9befd3..678cba2 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/port.c
+++ b/FreeRTOS/Source/portable/GCC/HCS12/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
index 7a90d97..cb7a89c 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
index 89c958f..a85bc30 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
index a597783..3d46cf5 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
index fb18623..dbfd69f 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
index 6902f7c..fc36ca1 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
index 4b0bfa7..473d172 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
index c4a24cb..63f7429 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
index d25fe5a..e78ce01 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
index cf5d338..5be5fde 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
index e1008c8..557c3f0 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port.c b/FreeRTOS/Source/portable/GCC/NiosII/port.c
index 9212d22..45fc1fc 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port.c
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
index 75e3314..1060c90 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
index 0f961e6..b1700ae 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 254c52e..dd3f1d0 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
index 6fc5f34..c270150 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
index dcd2035..b14bc30 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 67d634b..e77a0fd 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index 254c52e..dd3f1d0 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
index a86c2ef..0fb1135 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
index dcd2035..b14bc30 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index 67d634b..e77a0fd 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/RX100/port.c b/FreeRTOS/Source/portable/GCC/RX100/port.c
index c3fec70..3ee9d12 100644
--- a/FreeRTOS/Source/portable/GCC/RX100/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX100/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/RX100/portmacro.h b/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
index caed167..67862c5 100644
--- a/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/RX600/port.c b/FreeRTOS/Source/portable/GCC/RX600/port.c
index 71a81a9..31d13e8 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX600/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
index 361b952..becfd5f 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/RX600v2/port.c b/FreeRTOS/Source/portable/GCC/RX600v2/port.c
index 3a6b251..a799c50 100644
--- a/FreeRTOS/Source/portable/GCC/RX600v2/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX600v2/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h b/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
index 361b952..becfd5f 100644
--- a/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/port.c b/FreeRTOS/Source/portable/GCC/STR75x/port.c
index 6b63f94..51b64c5 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/port.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
index 300fd5f..b1ea447 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
index 240369e..f7451cc 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
index 85d3b59..c8d7463 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
index 5f693eb..380ba58 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
index bbddade..c1d2b66 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h b/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
index 92bedcf..3480832 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/port.c b/FreeRTOS/Source/portable/IAR/78K0R/port.c
index 1675464..05a9fa1 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/port.c
+++ b/FreeRTOS/Source/portable/IAR/78K0R/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26 b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
index f7554de..205d26b 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
index d401027..e5ac134 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c
index d5786e5..7fbae2e 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.h b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.h
index 5fc6a95..b7ee91d 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.s b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.s
index f5bbd7a..511b5fa 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h
index be90f89..ea8dc75 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c b/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
index 6c270a9..c220962 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h
index 8283959..aac0d1d 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s
index fa6787c..d46ee7b 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
index 8079e21..6ef91dd 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
index f83c183..a9bcac9 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
index 18680cd..4dba20a 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
index a4ec1b7..0ce1bb1 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
index 1f4b0ab..0e391ac 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
index e73380f..c2165f3 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
index 828dd9c..f1d309d 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
index 295e469..5bd9af7 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
index 546c954..7fc7032 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
index 502c0e5..94e0ccf 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

@@ -159,7 +189,6 @@
 

 #define portDISABLE_INTERRUPTS()							\

 {															\

-	 /* Work around. */										\

 	__set_BASEPRI( configMAX_SYSCALL_INTERRUPT_PRIORITY );	\

 	__DSB();												\

 	__ISB();												\

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/port.c b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
index 5d19dec..8cb2f14 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
index c39ac16..7a2b48b 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
index a0c2a88..5a1ef97 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
index 9a9535b..5b2c0b0 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,25 +13,11 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -45,7 +31,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -53,12 +39,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -66,9 +93,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
index 318b6df..d77a3d3 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,25 +13,11 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -45,7 +31,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -53,12 +39,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -66,9 +93,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
index e1a0edd..9f8df07 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
index 9698b2c..e968840 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79 b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
index 1aaacd0..989b564 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index 4e89c43..b7499c5 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
index a1d970e..4467ec0 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index 6067fbe..97d2a16 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h b/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
index e1a0edd..9f8df07 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/port.c b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
index ab07044..013ddfc 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/port.c
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79 b/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
index 11f6b1a..99fa2ba 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
index 7b4b3a0..acb4a93 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/port.c b/FreeRTOS/Source/portable/IAR/MSP430/port.c
index 7c53aa1..60f2c49 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
index e5ebf14..76b5070 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
index 87b7cfa..f811efb 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
index 294b3c0..a9bd5db 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
index ae30db6..372cfff 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/port.c b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
index 6d20a9c..4f2e89c 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
index 4553e0f..0aadf28 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
index f780c33..8606e07 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h b/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
index c93153c..590d2c3 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/IAR/RL78/port.c b/FreeRTOS/Source/portable/IAR/RL78/port.c
index 8cfb750..6af5aa1 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/port.c
+++ b/FreeRTOS/Source/portable/IAR/RL78/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/RL78/portasm.s87 b/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
index a666db5..32a7e6e 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
+++ b/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
index f858156..5671cbf 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/RX100/port.c b/FreeRTOS/Source/portable/IAR/RX100/port.c
index 50c45cf..4cf7682 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX100/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/RX100/port_asm.s b/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
index 6146d83..fd95f3e 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
index 18a79fd..e35ccf3 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port.c b/FreeRTOS/Source/portable/IAR/RX600/port.c
index 1e054c7..3257b93 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX600/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
index a85cb40..85668a1 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
index dd1a15a..fec366c 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
index e1a0edd..9f8df07 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/port.c b/FreeRTOS/Source/portable/IAR/STR71x/port.c
index 753d529..3a68ff1 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR71x/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
index a585c77..1ee3e0e 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
index 486b53a..98e33e1 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
index 0cc2e3c..58cbb66 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/port.c b/FreeRTOS/Source/portable/IAR/STR75x/port.c
index 13b08a5..1aee92f 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR75x/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
index d58b978..d16330d 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
index 9643e2d..a2b5e14 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
index b1e6b05..3cb0e81 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/port.c b/FreeRTOS/Source/portable/IAR/STR91x/port.c
index 5b460a5..1c13281 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR91x/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
index a60322f..2d2feb6 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
index 78437e2..b5edeac 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
index 0a713ba..031bc39 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/port.c b/FreeRTOS/Source/portable/IAR/V850ES/port.c
index 021d138..122edea 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/port.c
+++ b/FreeRTOS/Source/portable/IAR/V850ES/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
index fd0bdf0..e42b0fb 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
index db47ccd..86325c1 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 3616c4f..bfd5489 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
index e7b2c5b..bb7213e 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
index ff7d2cd..be06863 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
index 9519c9a..31ea879 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 4fec10e..de34b1b 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 7348c71..e6ddf8b 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index faeda41..5d2d654 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index d813cc4..12429a3 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 918ba9c..0a83a06 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
index dc266a6..3a614e4 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
index 4a7d022..ddada0b 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
index f6cc189..e1399fd 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
index 800b28c..9a63092 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
index aee393f..42d8807 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
index cf26189..3924b18 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
index 601c1e4..27028ae 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/port.c b/FreeRTOS/Source/portable/MSVC-MingW/port.c
index 20a78aa..6ae4ae9 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/port.c
+++ b/FreeRTOS/Source/portable/MSVC-MingW/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
index 9de96d8..f413010 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
+++ b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MemMang/heap_1.c b/FreeRTOS/Source/portable/MemMang/heap_1.c
index 3e89aef..ec48e42 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_1.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_1.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MemMang/heap_2.c b/FreeRTOS/Source/portable/MemMang/heap_2.c
index 127dc3c..2c7d038 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_2.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_2.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MemMang/heap_3.c b/FreeRTOS/Source/portable/MemMang/heap_3.c
index 3c5f37b..22daad9 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_3.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_3.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MemMang/heap_4.c b/FreeRTOS/Source/portable/MemMang/heap_4.c
index 952d4af..3c8767d 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_4.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_4.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/MemMang/heap_5.c b/FreeRTOS/Source/portable/MemMang/heap_5.c
index d61d9b5..e68e56f 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_5.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_5.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 17ec13d..8d1427f 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index a709313..12b444c 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 901c23f..4b85dc7 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
index 846f160..4768cc5 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
index ae55c66..df9b935 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index a9b2a58..faefe3a 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 288195b..b10a606 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index ac4d9d3..468452f 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index ac204be..4be41a3 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index dfb5ddb..4490148 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
index ac25e40..5681364 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s
index 96d7e55..b618657 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
index cf88df0..19e3e24 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc
index 26eef6c..d8e5904 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
index b8ed267..f890075 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
index 791e333..59f5155 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
index 77610ac..2824e40 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
index a47010d..3c4617c 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
index 3628b34..420b87d 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
index 8d1f5ff..ebf7af3 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

@@ -118,10 +148,21 @@
 /*-----------------------------------------------------------*/

 

 /* Scheduler utilities. */

+#define portYIELD()																\

+{																				\

+	/* Set a PendSV to request a context switch. */								\

+	portNVIC_INT_CTRL_REG = portNVIC_PENDSVSET_BIT;								\

+																				\

+	/* Barriers are normally not required but do ensure the code is completely	\

+	within the specified behaviour for the architecture. */						\

+	__dsb( portSY_FULL_READ_WRITE );											\

+	__isb( portSY_FULL_READ_WRITE );											\

+}

+/*-----------------------------------------------------------*/

+

 #define portNVIC_INT_CTRL_REG		( * ( ( volatile uint32_t * ) 0xe000ed04 ) )

 #define portNVIC_PENDSVSET_BIT		( 1UL << 28UL )

-#define portYIELD()					vPortYield()

-#define portEND_SWITCHING_ISR( xSwitchRequired ) if( xSwitchRequired != pdFALSE ) vPortYield()

+#define portEND_SWITCHING_ISR( xSwitchRequired ) if( xSwitchRequired != pdFALSE ) portYIELD()

 #define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x )

 /*-----------------------------------------------------------*/

 

@@ -233,18 +274,6 @@
 }

 /*-----------------------------------------------------------*/

 

-static portFORCE_INLINE void vPortYield( void )

-{

-	/* Set a PendSV to request a context switch. */

-	portNVIC_INT_CTRL_REG = portNVIC_PENDSVSET_BIT;

-

-	/* Barriers are normally not required but do ensure the code is completely

-	within the specified behaviour for the architecture. */

-	__dsb( portSY_FULL_READ_WRITE );

-	__isb( portSY_FULL_READ_WRITE );

-}

-/*-----------------------------------------------------------*/

-

 #ifdef __cplusplus

 }

 #endif

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/port.c b/FreeRTOS/Source/portable/Renesas/RX100/port.c
index dcbf73e..ecef2b7 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX100/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src
index a6e1a64..19360e1 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
index db17b43..42bb541 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port.c b/FreeRTOS/Source/portable/Renesas/RX200/port.c
index a70530e..4db4277 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX200/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
index a6e1a64..19360e1 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
index a9ac54e..a8bc68a 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port.c b/FreeRTOS/Source/portable/Renesas/RX600/port.c
index e5cef4a..cae88aa 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX600/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
index a6e1a64..19360e1 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
index 0cae978..1063553 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
index e8f334d..bbe03f1 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src
index 09ca9c9..af96d68 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h
index fd180f0..ebd10e7 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
index 1a3fe28..d6717f7 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
index 477830c..5d76584 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
index fc72637..0d481b6 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;	

 ;

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
index 39dfcb6..aba5c4b 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
index 7bec827..f7389f5 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
index 30678ad..f9997fa 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
index 06ad835..a3fc7f4 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
index fb54179..4c3ea7b 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
index 2151062..b0a2384 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
index 760c765..cb30916 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/port.c b/FreeRTOS/Source/portable/Softune/MB91460/port.c
index 92b3a60..81d0f1b 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB91460/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
index 5b6e550..9c9f29e 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/port.c b/FreeRTOS/Source/portable/Softune/MB96340/port.c
index 508fa42..dac2810 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB96340/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
index d413f42..f2d7a77 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
index cadae7a..3990b7c 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
index dc2c74c..14f3cea 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
index 02354e9..05c1bda 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 26ecd05..89f2096 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 4c9cdc3..29ab748 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Install.bat b/FreeRTOS/Source/portable/WizC/PIC18/Install.bat
index c73938d..cd21534 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Install.bat
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Install.bat
@@ -1,5 +1,5 @@
 REM/*

-REM    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+REM    FreeRTOS V8.2.0 - Copyright (C) 2014 Real Time Engineers Ltd.

 REM

 REM

 REM    ***************************************************************************

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
index 62136a6..935f04d 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/port.c b/FreeRTOS/Source/portable/WizC/PIC18/port.c
index b03c758..78e370e 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/port.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
index 0cc1a70..71de6c3 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 984ed8a..4826a3c 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 6bec85f..fcf4cbe 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
index 8af799d..374322d 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 1f7b0fc..1ecd93d 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 2c2dd12..781fe7e 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 1567994..327f9d7 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. 

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/queue.c b/FreeRTOS/Source/queue.c
index a7c6e74..4805ffc 100644
--- a/FreeRTOS/Source/queue.c
+++ b/FreeRTOS/Source/queue.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

@@ -1200,7 +1230,7 @@
 }

 /*-----------------------------------------------------------*/

 

-BaseType_t xQueueGenericGiveFromISR( QueueHandle_t xQueue, BaseType_t * const pxHigherPriorityTaskWoken )

+BaseType_t xQueueGiveFromISR( QueueHandle_t xQueue, BaseType_t * const pxHigherPriorityTaskWoken )

 {

 BaseType_t xReturn;

 UBaseType_t uxSavedInterruptStatus;

diff --git a/FreeRTOS/Source/tasks.c b/FreeRTOS/Source/tasks.c
index d0be177..c421e52 100644
--- a/FreeRTOS/Source/tasks.c
+++ b/FreeRTOS/Source/tasks.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and

diff --git a/FreeRTOS/Source/timers.c b/FreeRTOS/Source/timers.c
index 73268aa..6d5834c 100644
--- a/FreeRTOS/Source/timers.c
+++ b/FreeRTOS/Source/timers.c
@@ -1,23 +1,9 @@
 /*

-    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.

+    FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

 

-    ***************************************************************************

-     *                                                                       *

-     *    FreeRTOS provides completely free yet professionally developed,    *

-     *    robust, strictly quality controlled, supported, and cross          *

-     *    platform software that has become a de facto standard.             *

-     *                                                                       *

-     *    Help yourself get started quickly and support the FreeRTOS         *

-     *    project by purchasing a FreeRTOS tutorial book, reference          *

-     *    manual, or both from: http://www.FreeRTOS.org/Documentation        *

-     *                                                                       *

-     *    Thank you!                                                         *

-     *                                                                       *

-    ***************************************************************************

-

     This file is part of the FreeRTOS distribution.

 

     FreeRTOS is free software; you can redistribute it and/or modify it under

@@ -31,7 +17,7 @@
 

     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY

     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

-    FOR A PARTICULAR PURPOSE.  Full license text is available from the following

+    FOR A PARTICULAR PURPOSE.  Full license text is available on the following

     link: http://www.freertos.org/a00114.html

 

     1 tab == 4 spaces!

@@ -39,12 +25,53 @@
     ***************************************************************************

      *                                                                       *

      *    Having a problem?  Start by reading the FAQ "My application does   *

-     *    not run, what could be wrong?"                                     *

+     *    not run, what could be wrong?".  Have you defined configASSERT()?  *

      *                                                                       *

      *    http://www.FreeRTOS.org/FAQHelp.html                               *

      *                                                                       *

     ***************************************************************************

 

+    ***************************************************************************

+     *                                                                       *

+     *    FreeRTOS provides completely free yet professionally developed,    *

+     *    robust, strictly quality controlled, supported, and cross          *

+     *    platform software that is more than just the market leader, it     *

+     *    is the industry's de facto standard.                               *

+     *                                                                       *

+     *    Help yourself get started quickly while simultaneously helping     *

+     *    to support the FreeRTOS project by purchasing a FreeRTOS           *

+     *    tutorial book, reference manual, or both:                          *

+     *    http://www.FreeRTOS.org/Documentation                              *

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *   Investing in training allows your team to be as productive as       *

+     *   possible as early as possible, lowering your overall development    *

+     *   cost, and enabling you to bring a more robust product to market     *

+     *   earlier than would otherwise be possible.  Richard Barry is both    *

+     *   the architect and key author of FreeRTOS, and so also the world's   *

+     *   leading authority on what is the world's most popular real time     *

+     *   kernel for deeply embedded MCU designs.  Obtaining your training    *

+     *   from Richard ensures your team will gain directly from his in-depth *

+     *   product knowledge and years of usage experience.  Contact Real Time *

+     *   Engineers Ltd to enquire about the FreeRTOS Masterclass, presented  *

+     *   by Richard Barry:  http://www.FreeRTOS.org/contact

+     *                                                                       *

+    ***************************************************************************

+

+    ***************************************************************************

+     *                                                                       *

+     *    You are receiving this top quality software for free.  Please play *

+     *    fair and reciprocate by reporting any suspected issues and         *

+     *    participating in the community forum:                              *

+     *    http://www.FreeRTOS.org/support                                    *

+     *                                                                       *

+     *    Thank you!                                                         *

+     *                                                                       *

+    ***************************************************************************

+

     http://www.FreeRTOS.org - Documentation, books, training, latest versions,

     license and Real Time Engineers Ltd. contact details.

 

@@ -52,9 +79,12 @@
     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

     compatible FAT file system, and our tiny thread aware UDP/IP stack.

 

+    http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.

+    Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.

+

     http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High

-    Integrity Systems to sell under the OpenRTOS brand.  Low cost OpenRTOS

-    licenses offer ticketed support, indemnification and middleware.

+    Integrity Systems ltd. to sell under the OpenRTOS brand.  Low cost OpenRTOS

+    licenses offer ticketed support, indemnification and commercial middleware.

 

     http://www.SafeRTOS.com - High Integrity Systems also provide a safety

     engineered and independently SIL3 certified version for use in safety and